Themes/Arcane Magic

From SMFShopWiki

Jump to: navigation, search

So much info in so few words. Tooltsy could learn a lot.

In Themes/[theme name]/index.template.php, find:

  1. // The [calendar]!
  2.  
  3. if ($context['allow_calendar'])
  4.  
  5. echo '
  6. <a href="', $scripturl, '?action=calendar">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/calendar.gif" alt="' . $txt['calendar24'] . '" style="margin: 2px 0;" border="0" />' : $txt['calendar24']), '</a>', $context['menu_separator'];

Add after:

  1. // SMFShop
  2.  
  3. echo '
  4. <a href="', $scripturl, '?action=shop">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/shop.gif" alt="Shop" style="margin: 2px 0;" border="0" />' : 'Shop'), '</a>', $context['menu_separator'];

Use the button attached to the post at http://www.daniel15.com/forum/index.php/topic,194.0.html (you'll need to log in to see it). This should be saved to Themes/[theme name]/images/english/shop.gif

Personal tools