Skip to content

Instantly share code, notes, and snippets.

@danielmme
Created March 9, 2017 20:03
Show Gist options
  • Save danielmme/1fa5430463fe71f1ed339fc66d1b00c5 to your computer and use it in GitHub Desktop.
Save danielmme/1fa5430463fe71f1ed339fc66d1b00c5 to your computer and use it in GitHub Desktop.
call menu in drupal tpl
$menu = menu_navigation_links('menu-your-custom-menu-name');
print theme('links__menu_your_custom_menu_name', array('links' => $menu));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment