Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - drxdragon

Pages: [1]
1
Coding / need help w/ mainnav link
« on: July 13, 2008, 01:02:28 pm »
 // Show the [shop] button.
   echo '
            <td valign="middle" class="mainnav' , $current_action == 'shop' ? '_active' : '' , '">
               <a href="', $scripturl, '?action=shop">' , $txt['shop'] , '</a>
            </td>';

is the code i got in there.. but all my others show $txt['103_a'] and so on...
im running the warzone theme from m3talc0re if anyone can help me get the shop link up and running .. thanks in advance... btw its working only when im in admin panel.. if i click home its not showing.. thanks again

Pages: [1]