Hi,
I’ve got a really simple navigation menu:
<ul class="menu1">
<li class="about"><a href="http://about">about</a></li>
<li class="live"><a href="http://live">live</a></li>
<li class="audio"><a href="http://audio">audio</a></li>
</ul>I set up all my templates, however, if I click the audio link the template won’t show. Instead I get the index page. Very strange behavior, because if I create a new template group (let’s call it “listen”) with a blank index page and add a link to it
<li class="audio"><a href="http://listen" class="selected">listen</a></li>all works well.
Why EE loves this template and rejects the other? Both are blank pages with only one word inside!
Marco