Author Topic: Salava (Gaia)  (Read 15640 times)

Offline Daniel15

Salava (Gaia)
« on: December 08, 2006, 05:52:00 pm »
Adding a shop button to the 'Salava' theme is quite easy:

Code modifications:
Open Themes/salava/Index.template.php (file path may differ)
Find:

	
// The [calendar]!
	
if (
$context['allow_calendar'])
	
	
echo
'<a href="', $scripturl, '?action=calendar">Calendar</a>';?>


Add after:

	
echo
'<a href="', $scripturl, '?action=shop">Shop</a>';?>


Then, your shop button should be working :D

scrappy

  • Guest
Re: Salava (Gaia)
« Reply #1 on: December 09, 2006, 08:57:25 pm »
Thank you!  It works fine... now Ive gotta learn how best to use it in my forum!