SMF Shop

SMFShop => Shop Button Requests => Completed Requests => Topic started by: Badman on March 05, 2007, 05:25:32 am

Title: Shop button for Black Rain required
Post by: Badman on March 05, 2007, 05:25:32 am
Board Address: Sigg Nation (http://siggnation.com/forum/)
Theme Name: Black Rain
Link to Theme: http://custom.simplemachines.org/themes/index.php?lemma=118
Title: Re: Shop button for Black Rain required
Post by: Khalnath on June 27, 2007, 05:29:53 pm
This skin does not use image buttons.  You just need to edit index.template.php and put in this code with the other buttons.

        // the [shop] list button
                echo '<li><a href="', $scripturl, '?action=shop"><span>'.Shop.'</span></a></li>';
Title: Re: Shop button for Black Rain required
Post by: Badman on July 01, 2007, 08:09:50 am
Thanks