From a0b83c11b358d8f9ca3f91e49f2be51a9eda082e Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 1 Sep 2009 20:39:55 +0000 Subject: #497948 by roychri and Rob Loach: Fixed terribly broken Color module (with tests so we don't do it again ;)). --- themes/garland/template.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'themes') 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); -- cgit v1.2.3