2010-11-28, 08:28 AM
My current theme has the normal things in the header "search, memberlist, calander, help"
the code in the header looks like this:
What I idealy would like to do is, replace the search button with "store" and then make the link to my store... wich is
<snip>
the code in the header looks like this:
<ul>
<li class="search"><a href="{$mybb->settings['bburl']}/search.php">{$lang->toplinks_search}</a></li>
<li class="memberlist"><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>
<li class="calendar"><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a></li>
<li class="help"><a href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a></li>
</ul>
What I idealy would like to do is, replace the search button with "store" and then make the link to my store... wich is
<snip>