Author Topic: SMFShop Button 'Zone99'  (Read 4058 times)

Offline ballin

SMFShop Button 'Zone99'
« on: May 11, 2010, 04:56:47 am »
Ok, In /themes/zone99_xxxx/index.template.php look for:


Code: [Select]
if ($context['allow_calendar'])
echo '<li><a' , $current_action=='calendar' ? ' class="active"' : '' , ' href="', $scripturl, '?action=calendar">' , $txt['calendar24'] , '</a></li>';

After it add:
Code: [Select]
// SMFShop
                  echo '<li><a' , $current_action=='shop' ? ' class="current"' : '' , ' href="', $scripturl, '?action=shop"><span>Points</span></a></li>';

Change the word points to whatever you want.