function menu_secondary_local_tasks in Drupal 6
Same name and namespace in other branches
- 8 core/includes/menu.inc \menu_secondary_local_tasks()
- 4 includes/menu.inc \menu_secondary_local_tasks()
- 5 includes/menu.inc \menu_secondary_local_tasks()
- 7 includes/menu.inc \menu_secondary_local_tasks()
Returns the rendered local tasks at the second level.
Related topics
2 calls to 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.
File
- includes/menu.inc, line 1443 
- API for the Drupal menu system.
Code
function menu_secondary_local_tasks() {
  return menu_local_tasks(1);
}