Commit 8c698d11 authored by George Tsopouridis's avatar George Tsopouridis
Browse files

Printing $tabs2 (template.php)

parent 1129a1f1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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.
 */