SMF Shop

SMFShop => Shop Button Requests => Completed Shop Buttons => Topic started by: Daniel15 on March 10, 2006, 06:22:47 pm

Title: Button for ' Epsilon' (by Bloc)
Post by: Daniel15 on March 10, 2006, 06:22:47 pm
This is a shop button for the 'Epsilon' theme by Bloc. This theme uses a text-based menu, so we don't need a shop button image  :)

Code modifications:
Open Themes/epsilon1.1rc2/index.template.php
Find:
Code: [Select]
echo '<li><a href="', $scripturl, '?action=calendar">', $txt['calendar24'], '</a></li>';
Add After:
Code: [Select]
echo '<li><a href="', $scripturl, '?action=shop">Shop</a></li>';
Your shop button should now be working!