Quote:
Originally Posted by theArchitect
As Boofo said, you will need to add a link yourself.
If you are not sure how to do this you will need to edit your navbar template, which is done via your style manager.
I added my link to the Quick Links menu. If you want to do the same search for
Code:
<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
in the navbar template and then add after
Code:
<tr><td class="vbmenu_option"><a href="worldtimes.php">World Times</a></td></tr>
You could also choose to make world time a phrase but that would add another stage to the process.
|
I will link this in the first post when I get back.