Drupal 6 - print menu in template #drupal #d6
<?php $menu = menu_navigation_links("menu-name-here"); print theme('links', $menu); ?>