Download & Extend

How to put directly into my theme

Project:Nice Menus
Version:6.x-2.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

I'd like to know how to put the menu directly into my theme, instead of as a block. Does anyone know how I can do that?

Comments

#1

You can put the following line in the .tpl file where needed (This one is using primary links)

<?php
print theme('nice_menu_primary_links');
?>

#2

Status:active» fixed

How about reading the documentation that's linked from the project page? http://drupal.org/node/186684

Beware of #340103: module = nice_menus, theme function = nice_menu...

#3

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.