SMF Shop

SMFShop => Shop Button Requests => Completed Shop Buttons => Topic started by: Daniel15 on February 10, 2007, 01:34:32 pm

Title: BlueLine theme
Post by: Daniel15 on February 10, 2007, 01:34:32 pm
This is a shop button for the BlueLine theme.

Code modifications:
Open Themes/BlueLine/Index.template.php
Find:

  // The [calendar]!
if ($context['allow_calendar'])
echo '
<a href="', $scripturl, '?action=calendar">' . $txt['calendar24'] . '</a>', $context['menu_separator'];

Add after:

// The shop
echo '
<a href="', $scripturl, '?action=shop">Shop</a>', $context['menu_separator'];

Then, your shop button should be working :D