Loading template.php +7 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,13 @@ function phptemplate_menu_local_tasks() { return $output; } /** * Override or insert PHPTemplate variables into the templates. */ function phptemplate_preprocess_page(&$vars) { $vars['tabs2'] = menu_secondary_local_tasks(); } /** * Allow themable wrapping of all comments. */ Loading Loading
template.php +7 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,13 @@ function phptemplate_menu_local_tasks() { return $output; } /** * Override or insert PHPTemplate variables into the templates. */ function phptemplate_preprocess_page(&$vars) { $vars['tabs2'] = menu_secondary_local_tasks(); } /** * Allow themable wrapping of all comments. */ Loading