SMF Shop

SMFShop => Shop Button Requests => Topic started by: xRifleProdigyx on June 10, 2008, 07:37:33 pm

Title: Shop Button Request for 'DarkBreak' theme
Post by: xRifleProdigyx on June 10, 2008, 07:37:33 pm
Theme Title: DarkBreak

Location: Here (http://www.dzinerstudio.com/index.php?action=tpmod;dl=item55)

Please help!
Title: Re: Shop Button Request for 'DarkBreak' theme
Post by: xRifleProdigyx on June 13, 2008, 06:58:45 am
Ok I figured it out. Although it says "Array" instead of shop.

Find:
Code: [Select]
// The [calendar]!
               if ($context['allow_calendar'])
                  echo '<li><a' , $current_action=='calendar' ? ' class="current"' : '' , ' href="', $scripturl, '?action=calendar"><span>' , $txt['calendar24'] , '</span></a></li>';

Add After:
Code: [Select]
// SMFShop
                  echo '<li><a' , $current_action=='shop' ? ' class="current"' : '' , ' href="', $scripturl, '?action=shop"><span>' , $txt , '</span></a></li>';