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

Namesort iconDescription
Default theme implementationsFunctions 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();
}
?>
 
 

Drupal is a registered trademark of Dries Buytaert.