menu_main_menu

Versions
7
menu_main_menu()

Return an array of links to be rendered as the Main menu.

Related topics

Code

includes/menu.inc, line 1552

<?php
function menu_main_menu() {
  return menu_navigation_links(variable_get('menu_main_links_source', 'main-menu'));
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.