Hi Crip, nice theme.
Can you help me out, I would like to add a new button to the nav bar.
I would like to have:
Home - this would point to my main website
Forum - this would point to the forums
Here is the code from the template, just not sure what I need to change.
<div id="topnav">
<ul>';
foreach ($context['menu_buttons'] as $act => $button)
echo '<li><a ', $button['active_button'] ? ' class="current"' : '' , ' href="', $button['href'], '"><b>', $button['title'], '</b></a></li>';
echo '
</ul>
</div>';
Thanks for your help.
The website is located here:
hxxp:www.yardsalestrategies.com/forum/ [nonactive]