SMFShop > Completed Shop Buttons

SMFShop Button 'Zone99'

(1/1)

ballin:
Ok, In /themes/zone99_xxxx/index.template.php look for:



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

After it add:

--- Code: ---// SMFShop
                  echo '<li><a' , $current_action=='shop' ? ' class="current"' : '' , ' href="', $scripturl, '?action=shop"><span>Points</span></a></li>';
--- End code ---

Change the word points to whatever you want.


Navigation

[0] Message Index

Go to full version