Author Topic: Shop button for Black Rain required  (Read 4857 times)

Offline Badman

Shop button for Black Rain required
« on: March 05, 2007, 05:25:32 am »
Board Address: Sigg Nation
Theme Name: Black Rain
Link to Theme: http://custom.simplemachines.org/themes/index.php?lemma=118

Offline Khalnath

Re: Shop button for Black Rain required
« Reply #1 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>';

Offline Badman

Re: Shop button for Black Rain required
« Reply #2 on: July 01, 2007, 08:09:50 am »
Thanks