Skip to content

Instantly share code, notes, and snippets.

@keeprock
Last active August 29, 2015 14:16
Show Gist options
  • Save keeprock/891e4216c0715abf48ca to your computer and use it in GitHub Desktop.
Save keeprock/891e4216c0715abf48ca to your computer and use it in GitHub Desktop.
Display menu in template
<?php print render($MENU_NAME); ?>
function custom_preprocess_page(&$vars) {
$vars['MENU_NAME'] = menu_tree('MENU-NAME');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment