function ctools_garland_menu_local_tasks in Chaos Tool Suite (ctools) 6
Returns the rendered local tasks. The default implementation renders them as tabs. Overridden to split the secondary tasks.
1 string reference to 'ctools_garland_menu_local_tasks'
- ctools_theme_registry_alter in includes/
utility.inc - Implementation of hook_theme_registry_alter()
File
- includes/
menu.inc, line 483 - General menu helper functions.
Code
function ctools_garland_menu_local_tasks() {
return ctools_menu_primary_local_tasks();
}