diff options
Diffstat (limited to 'themes/garland/template.php')
-rw-r--r-- | themes/garland/template.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/garland/template.php b/themes/garland/template.php index 5b9790ce0..9b92aa7b2 100644 --- a/themes/garland/template.php +++ b/themes/garland/template.php @@ -65,6 +65,12 @@ function garland_preprocess_page(&$vars) { } $vars['site_html'] = implode(' ', $site_fields); +} + +/** + * Override process function used to alter variables as late as possible. + */ +function garland_process_page(&$vars) { // Hook into color.module if (module_exists('color')) { _color_page_alter($vars); |