Page 1 of 1

[solved]How to implement CSSMenu for my navigation?

Posted: Thu Aug 25, 2011 12:20 am
by RyanC
Hi,
I currently have the minimal template running but I have a two level navigation menu.

what is the code to implement CSSMenu?

for minimal it is
{menu template="minimal_menu.tpl"}

what do I replace "minimal_menu.tpl" with to get CSSMenu?

Thanks

Re: How to implement CSSMenu for my navigation?

Posted: Thu Aug 25, 2011 8:29 am
by chrisbt
Hi Ryan,

Check out the usage column on the Menu Manager page.

You need to use the tag: {menu template="cssmenu.tpl"}

You will also need to attach one of the CSSMenu stylesheets to you template.

Re: How to implement CSSMenu for my navigation?

Posted: Thu Aug 25, 2011 9:00 pm
by RyanC
That did the trick. Thanks for the help Chris.