Skip to content

Instantly share code, notes, and snippets.

@aschiwi
Created June 1, 2013 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aschiwi/5690836 to your computer and use it in GitHub Desktop.
Save aschiwi/5690836 to your computer and use it in GitHub Desktop.
Old way to print menus in Drupal 7 page.tpl.php.
<?php print theme('links__system_main_menu', array('links' => $main_menu, 'attributes' => array('id' => 'main-menu', 'class' => array('links', 'clearfix')))); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment