Author Topic: Shop Button Request for 'DarkBreak' theme  (Read 2663 times)

Offline xRifleProdigyx

Shop Button Request for 'DarkBreak' theme
« on: June 10, 2008, 07:37:33 pm »
Theme Title: DarkBreak

Location: Here

Please help!

Offline xRifleProdigyx

Re: Shop Button Request for 'DarkBreak' theme
« Reply #1 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>';