<if $_SERVER['REQUEST_URI'] != '/' then>
<div class="navigation">
{$nav}{$activesep}{$activebit}
</div>
</if>
<div class="navigation">
{$nav}{$activesep}{$activebit}
</div>
(10-03-2024, 06:07 PM)Matty Wrote: Hi Screwy,
Go into Admin CP > Templates & Style > Templates > (select theme) > Navigation Templates > nav
Find this code:
PHP Code:<if $_SERVER['REQUEST_URI'] != '/' then>
<div class="navigation">
{$nav}{$activesep}{$activebit}
</div>
</if>
And replace with this:
Code:<div class="navigation">
{$nav}{$activesep}{$activebit}
</div>
It's an error I made in the previous version but I haven't been able to release a patch for it yet.