garland_menu_local_tasks

Versions
7
garland_menu_local_tasks()

Returns the rendered local tasks. The default implementation renders them as tabs. Overridden to split the secondary tasks.

Code

themes/garland/template.php, line 135

<?php
function garland_menu_local_tasks() {
  return menu_primary_local_tasks();
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.