Skip to content

Instantly share code, notes, and snippets.

@ivandoric
Created April 23, 2014 15:49
Show Gist options
  • Save ivandoric/11220813 to your computer and use it in GitHub Desktop.
Save ivandoric/11220813 to your computer and use it in GitHub Desktop.
drupal: Print custom menu links
/*Print custom menu links*/
<?php print theme('links', menu_navigation_links('menu-MENU-NAME'), array('id' => 'menu', 'class' => 'links')); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment