frankyonnetti
7/7/2013 - 9:15 PM

#drupal 6 print menu in template

Drupal 6 - print menu in template #drupal #d6

<?php
  $menu = menu_navigation_links("menu-name-here");
  print theme('links', $menu);
?>