function ctools_menu_secondary_local_tasks in Chaos Tool Suite (ctools) 6
CTools variant of menu_secondary_local_tasks().
This can be called by themes which implement their own theme_menu_local_tasks in order to get local tasks that include CTools' additions.
2 calls to ctools_menu_secondary_local_tasks()
- ctools_garland_preprocess_page in ./
ctools.module - Override or insert PHPTemplate variables into the templates.
- ctools_theme_menu_local_tasks in includes/
menu.inc - An alternative to theme_menu_local_tasks to add flexibility to tabs.
File
- includes/
menu.inc, line 266 - General menu helper functions.
Code
function ctools_menu_secondary_local_tasks() {
return ctools_menu_local_tasks(1);
}