Themes/Mystic Jade
From SMFShopWiki
So much info in so few words. Tooltsy could learn a lot.
In Themes/MysticJade/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'])
Add after:
// SMFShop