Topic: html passing of default menu
Hi, firstly thank for the smooth intuitive CMS...the templating, block and snippets is just what I was looking for. Big plus for having files automatically save to file name, I always edit with external editor so really nice (particularly the .chunk.php extensions where monstra automatically adds them to the back end. I have used joomla, wordpress, expression engine and although ee is more flexible I plan to use monstra for all my small projects in the future.
ok my thanks and rant over....
I have a simple question: the default template parses the menu like this:
<div id="menu" class="eight columns"> <ul> <li><a class="current" href="http://www.vincentstephens.co.uk/monstra/home">Home</a></li> </ul> </div>
I need it to pass like this:
<li class="current"><a href="http://www.vincentstephens.co.uk/monstra/">Home</a></li>
simply put, to pass with class="current" on the <li> and not the <a>