Themes/Girly Man
From SMFShopWiki
So much info in so few words. Tooltsy could learn a lot.
In Themes/girlyman/index.template.php, find:
if ($context['current_action'] == 'theme')
Add after:
if ($context['current_action'] == 'shop') $current_action = 'shop';
Also, find:
// The [calendar]! if ($context['allow_calendar']) echo' <td valign="top" class="mentab_' , $current_action == 'calendar' ? 'active_back' : 'back' , '"> <a href="', $scripturl, '?action=calendar">' , $txt['calendar24'] , '</a> </td>';
Add after:
// SMFShop <a href="', $scripturl, '?action=shop">Shop</a> </td>';