diff options
Diffstat (limited to 'themes/garland/template.php')
-rw-r--r-- | themes/garland/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/template.php b/themes/garland/template.php index 9caf7dfd6..3efbff7b9 100644 --- a/themes/garland/template.php +++ b/themes/garland/template.php @@ -55,7 +55,7 @@ function phptemplate_comment_wrapper($content, $type = null) { /** * Override or insert PHPTemplate variables into the templates. */ -function phptemplate_variables_page(&$vars) { +function phptemplate_preprocess_page(&$vars) { if ($secondary = menu_secondary_local_tasks()) { $output = '<span class="clear"></span>'; $output .= "<ul class=\"tabs secondary\">\n". $secondary ."</ul>\n"; |