Author Topic: Salava (Gaia)  (Read 5127 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

Offline scrappy

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!

Offline Zablokfjer

Re: Salava (Gaia)
« Reply #2 on: March 12, 2016, 06:46:37 am »
Very good and informative exchange .. Thank you!

Offline Lacted

Re: Salava (Gaia)
« Reply #3 on: May 23, 2016, 10:04:45 pm »
Thank you for your information!