I have this code in my header temlate for the navbar.
So when they click to Home buttom it takes you to the home page.
I would like to change this but i dont know how.
If lets say the home url is
www.homeurl.com and now i need to be the home url
www.homeurl/stats/ how the code should looks like
Code:
<li class="item_active"><a href="$vboptions[homeurl]"><span>Home</span></a></li>
Thanks