phptemplate_menu_local_tasks
- Versions
- 5 – 6
phptemplate_menu_local_tasks()
Returns the rendered local tasks. The default implementation renders them as tabs. Overridden to split the secondary tasks.
Related topics
Code
themes/garland/template.php, line 66
<?php
function phptemplate_menu_local_tasks() {
return menu_primary_local_tasks();
}
?>Login or register to post comments 