I'm trying to create a custom navigation menu that will display an "on" and
"off" state for selected buttons.
Because the navigation menu includes links to other sections in other
webapps and also because the items in the menu are in a particular order, it
can't be generated using the #foreach ($cat in $model.weblog.categories)
statement. It has to be hard coded.
I tried a few things in the template guides and looked at other Roller
themes but wasn't able to get very far.
In a nutshell, I would like it to do something like this:
#if ($cat.name == "Java")
Java Button On State
#elseif
Java Button Off State
#end
Thanks for any help.
Eric
--
View this message in context:
http://www.nabble.com/Custom-Navigation-tp16590546s12275p16590546.html
Sent from the Roller - User mailing list archive at Nabble.com.