phptemplate_menu_local_tasks
Definition
phptemplate_menu_local_tasks()
themes/garland/template.php, line 69
Description
Returns the rendered local tasks. The default implementation renders them as tabs. Overridden to split the secondary tasks.
Related topics
| Name | Description |
|---|---|
| Default theme implementations | Functions and templates that present output to the user, and can be implemented by themes. |
Code
<?php
function phptemplate_menu_local_tasks() {
return menu_primary_local_tasks();
}
?> 