| Name | Description |
|---|---|
| Menu system | Define the navigation menus, and route page requests to code based on URLs. |
| Name | Location | Description |
|---|---|---|
| garland_menu_local_tasks | drupal/themes/garland/template.php | Returns the rendered local tasks. The default implementation renders them as tabs. Overridden to split the secondary tasks. |
| theme_menu_local_tasks | drupal/includes/menu.inc | Returns the rendered local tasks. The default implementation renders them as tabs. |
| Name | Location | Description |
|---|---|---|
| menu_local_tasks | drupal/includes/menu.inc | Collects the local tasks (tabs) for a given level. |
| theme | drupal/includes/theme.inc | Generate the themed output. |