You are here

function ctools_menu_tab_root_path in Chaos Tool Suite (ctools) 6

CTools' replacement for menu_tab_root_path()

1 call to ctools_menu_tab_root_path()
ctools_menu_get_active_help in includes/menu.inc
CTools' replacement for ctools_menu_get_active_help()

File

includes/menu.inc, line 473
General menu helper functions.

Code

function ctools_menu_tab_root_path() {
  return ctools_menu_local_tasks(0, TRUE);
}