Themes/Vampire: the Masquerade
From SMFShopWiki
This page explains how to add a shop button to the menubar on the Vampire: The Masquerade theme. Note that to completely integrate SMFShop with this theme, you'll also need to edit Display.template.php, so that the SMFShop information is displayed next to user's posts. Please see the Themes page for information on how to do this
In Themes/[theme name]/index.template.php, find:
'calendar','profile','mlist','register'
Add after:
, 'shop'
Also, find:
// The [calendar]! if ($context['allow_calendar']) echo $tab1, $ca== 'calendar' ? '1' : '2' , '"><a href="', $scripturl, '?action=calendar">'.$txt['calendar24']. '</a></td>';
Add after:
// SMFShop
