function phptemplate_menu_local_tasks in Drupal 6
Same name and namespace in other branches
- 5 themes/garland/template.php \phptemplate_menu_local_tasks()
Returns the rendered local tasks. The default implementation renders them as tabs. Overridden to split the secondary tasks.
Related topics
File
- themes/
garland/ template.php, line 66
Code
function phptemplate_menu_local_tasks() {
return menu_primary_local_tasks();
}