Author Topic: Pirates  (Read 13451 times)

Offline Daniel15

Pirates
« on: February 17, 2007, 09:56:06 am »
This is a button for the "Pirates" theme

Code modifications:
Open Themes/pirates_final/index.template.php
Find:

         // the [My Calendar] button
	
if (
$context['allow_calendar'])
	
	
echo
'<a href="', $scripturl, '?action=calendar"><font color="#FFFFFF">' , $txt['calendar24'] , '</font></a> :: ';?>


Add after:

         // SMFShop
	
echo
'<a href="', $scripturl, '?action=shop"><font color="#FFFFFF">Shop</font></a> :: ';?>


Then, your shop button should be working :D