Themes/Bleen

From SMFShopWiki

Jump to: navigation, search

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

In Themes/bleen/index.template.php, find:

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

Add after:

  1. // SMFShop
  2. echo '
  3. <a href="', $scripturl, '?action=shop">Shop</a>', $context['menu_separator'];
Personal tools