SMF Shop

SMFShop => Shop Button Requests => Completed Shop Buttons => Topic started by: Daniel15 on July 22, 2006, 01:28:21 pm

Title: Button for 'Spikey' theme (megamoose)
Post by: Daniel15 on July 22, 2006, 01:28:21 pm
This is the shop button code for the 'Spikey' theme by megamoose. This theme only requires you to do one simple edit :)

Code modifications:
Open Themes/spikey/Index.template.php
Find:

// The [calendar]!
if ($context['allow_calendar'])
echo '<td><a href="' . $scripturl . '?action=calendar"><p class="userbarbutton">&nbsp;'.$txt['calendar24'].'&nbsp;</p></a></td>';

Add after:

//Shop
echo '<td><a href="' . $scripturl . '?action=shop"><p class="userbarbutton">&nbsp;Shop&nbsp;</p></a></td>';

Then, your shop button should be working :D