Author Topic: Button for 'Spikey' theme (megamoose)  (Read 4023 times)

Offline Daniel15

Button for 'Spikey' theme (megamoose)
« 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