Functions that call theme_get_setting()

Namesort iconLocationDescription
template_preprocess_commentdrupal/modules/comment/comment.moduleProcess variables for comment.tpl.php.
template_preprocess_maintenance_pagedrupal/includes/theme.maintenance.incThe variables generated here is a mirror of template_preprocess_page(). This preprocessor will run it's course when theme_maintenance_page() is invoked. It is also used in theme_install_page() and theme_update_page() to keep all the variables...
template_preprocess_nodedrupal/includes/theme.incProcess variables for node.tpl.php
template_preprocess_pagedrupal/includes/theme.incProcess variables for page.tpl.php

Functions called by theme_get_setting()

Namesort iconLocationDescription
base_pathdrupal/includes/common.incReturns the base URL path of the Drupal installation. At the very least, this will always default to /.
list_themesdrupal/includes/theme.incProvides a list of currently available themes.
theme_get_settingsdrupal/includes/theme.incRetrieve an associative array containing the settings for a theme.
variable_getdrupal/includes/bootstrap.incReturn a persistent variable.