menu_secondary_local_tasks

Versions
4.6 – 7
menu_secondary_local_tasks()

Returns the rendered local tasks at the second level.

Related topics

▾ 2 functions call menu_secondary_local_tasks()

phptemplate_preprocess_page in themes/garland/template.php
Override or insert PHPTemplate variables into the templates.
theme_menu_local_tasks in includes/menu.inc
Returns the rendered local tasks. The default implementation renders them as tabs.

Code

includes/menu.inc, line 1439

<?php
function menu_secondary_local_tasks() {
  return menu_local_tasks(1);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.