function menu_main_menu
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
Code
function menu_main_menu() {
return menu_navigation_links(variable_get('menu_main_links_source', 'main-menu'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.