SMF Shop

SMFShop => Shop Button Requests => Completed Shop Buttons => Topic started by: Daniel15 on December 08, 2006, 05:52:00 pm

Title: Salava (Gaia)
Post by: Daniel15 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
Title: Re: Salava (Gaia)
Post by: scrappy 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!
Title: Re: Salava (Gaia)
Post by: Zablokfjer on March 12, 2016, 06:46:37 am
Very good and informative exchange .. Thank you!
Title: Re: Salava (Gaia)
Post by: Lacted on May 23, 2016, 10:04:45 pm
Thank you for your information!