Posted by Webbstre on October 5, 2009 at 11:38am
Jump to:
| 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)
<?phpprint theme('nice_menu_primary_links');
?>
#2
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
Automatically closed -- issue fixed for 2 weeks with no activity.