Last active
August 29, 2015 14:16
-
-
Save keeprock/891e4216c0715abf48ca to your computer and use it in GitHub Desktop.
Display menu in template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php print render($MENU_NAME); ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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