Author Topic: Shop Button Required for Back-n-Black  (Read 1934 times)

Offline pikelet

Shop Button Required for Back-n-Black
« on: October 05, 2007, 04:18:16 pm »
Theme Name: Back-n-Black
Link to Theme: http://custom.simplemachines.org/themes/index.php?lemma=126

Thanks  O0
« Last Edit: October 05, 2007, 04:23:32 pm by pikelet »

Offline pikelet

Re: Shop Button Required for Back-n-Black
« Reply #1 on: October 07, 2007, 09:54:16 pm »
Don't Worry. i made one myself. here is the code
Find
Code: [Select]
// The [calendar]!

if ($context['allow_calendar'])

echo '<li><a href="', $scripturl, '?action=calendar"><span>' , $txt['calendar24'] , '</span></a></li>';

Add after

Code: [Select]
// Start SMFShop Code
// The [shop] Button

echo '<li><a href="', $scripturl, '?action=shop"><span>Shop</span></a></li>';
    // End SMFShop Code

You can add this to the Wiki  O0