menu_secondary_local_tasks

Definition

menu_secondary_local_tasks()
drupal/includes/menu.inc, line 1471

Description

Returns the rendered local tasks at the second level.

Related topics

Namesort iconDescription
Menu systemDefine the navigation menus, and route page requests to code based on URLs.

Code

function menu_secondary_local_tasks() {
  return menu_local_tasks(1);
}