Hi I’m creating a menu based on one of your blog posts.
The code looks like this:
<ul>
<li {if embed:loc == 'here'}class="current"{/if}><a href="http://{path=site/index}">Home</a></li>
<li {if embed:loc == 'there'}class="current"{/if}><a href="http://{path=showreel/index}">Showreel</a></li>
<li {if embed:loc == 'elsewhere'}class="current"{/if}><a href="http://{path=blog/index}">Blog</a></li>
</ul>So now what happen is that instead of linking to: localhost/rooturl/showreel
It ads: localhost/rooturl/home/showreel
I don’t understand where this “home” is coming from? I work locally on MAMP. Do I have to specify some path settings?