function menu_main_menu in Drupal 7
Returns an array of links to be rendered as the Main menu.
Related topics
1 call to menu_main_menu()
- template_preprocess_page in includes/
theme.inc - Preprocess variables for page.tpl.php
File
- includes/
menu.inc, line 1828 - API for the Drupal menu system.
Code
function menu_main_menu() {
return menu_navigation_links(variable_get('menu_main_links_source', 'main-menu'));
}