| 7 menu.inc | menu_main_menu() |
| 8 menu.inc | menu_main_menu() |
Return an array of links to be rendered as the Main menu.
Related topics
1 call to menu_main_menu()
File
- includes/
menu.inc, line 1800 - API for the Drupal menu system.
Code
function menu_main_menu() {
return menu_navigation_links(variable_get('menu_main_links_source', 'main-menu'));
}
Login or register to post comments