15 calls to theme_get_setting()

bartik_process_maintenance_page in drupal/themes/bartik/template.php
Override or insert variables into the maintenance page template.
bartik_process_page in drupal/themes/bartik/template.php
Override or insert variables into the page template.
color.inc in drupal/themes/bartik/color/color.inc
garland_form_system_theme_settings_alter in drupal/themes/garland/theme-settings.php
Implements hook_form_FORM_ID_alter().
garland_preprocess_html in drupal/themes/garland/template.php
Override or insert variables into the html template.
hook_form_system_theme_settings_alter in drupal/modules/system/theme.api.php
Allow themes to alter the theme-specific settings form.
shortcut_preprocess_page in drupal/modules/shortcut/shortcut.module
Implements hook_preprocess_page().
system_theme_settings in drupal/modules/system/system.admin.inc
Form builder; display theme configuration for entire site and individual themes.
template_preprocess_comment in drupal/modules/comment/comment.module
Process variables for comment.tpl.php.
template_preprocess_html in drupal/includes/theme.inc
Preprocess variables for html.tpl.php
template_preprocess_maintenance_page in drupal/includes/theme.inc
Process variables for maintenance-page.tpl.php.
template_preprocess_node in drupal/modules/node/node.module
Processes variables for node.tpl.php
template_preprocess_page in drupal/includes/theme.inc
Preprocess variables for page.tpl.php
template_preprocess_username in drupal/includes/theme.inc
Preprocesses variables for theme_username().
ThemeTestCase::testThemeGetSetting in drupal/modules/simpletest/tests/theme.test
Test the theme_get_setting() function.