menu_primary_links

Versions
4.7 – 5
menu_primary_links($start_level = 1, $pid = 0)
6
menu_primary_links()

Return an array of links to be rendered as the Primary links.

Related topics

Code

includes/menu.inc, line 1231

<?php
function menu_primary_links() {
  return menu_navigation_links(variable_get('menu_primary_links_source', 'primary-links'));
}
?>
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.