redbaron76 / PongoCMS-Laravel-cms-bundle

a CMS bundle for Laravel 3.2 and Twitter Bootstrap 2.2.0
http://pongocms.com
Other
100 stars 32 forks source link

Menu don't appear unless it's called "nav" #24

Closed rollbackpt closed 11 years ago

rollbackpt commented 11 years ago

In Services->Menu i created a new menu. It allows me to choose the name for the menu and i called it "menu" but it didn't show up so i changed it to "nav" as it is called in the defaut theme and it worked. Is this a bug or i am doing something wrong?

redbaron76 commented 11 years ago

You can create a menu with name "whatever" and then call it using a menu marker [$MENU["name":"whatever"]]

Il giorno 03/mar/2013, alle ore 14:06, João Ribeiro notifications@github.com ha scritto:

In Services->Menu i created a new menu. It allows me to choose the name for the menu and i called it "menu" but it didn't show up so i changed it to "nav" as it is called in the defaut theme and it worked. Is this a bug or i am doing something wrong?

— Reply to this email directly or view it on GitHub.

rollbackpt commented 11 years ago

Thanks i already notice that yesterday and i forgot to close the issue.