From bf91a6819da0978f8191dd5bbf6eebc455d9c980 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 20 Jun 2013 01:47:57 -0700 Subject: [PATCH] Fixes #326, #331 and corrects markup issues with pull-request #390. --- e107_themes/bootstrap/theme_shortcodes.php | 99 ++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 e107_themes/bootstrap/theme_shortcodes.php diff --git a/e107_themes/bootstrap/theme_shortcodes.php b/e107_themes/bootstrap/theme_shortcodes.php new file mode 100644 index 000000000..bb9a2a6d7 --- /dev/null +++ b/e107_themes/bootstrap/theme_shortcodes.php @@ -0,0 +1,99 @@ + +
  • Sign Up
  • +
  • + + + + + "; + + + require_once(e_PLUGIN."login_menu/login_menu_shortcodes.php"); + return $tp->parseTemplate($text, false, $login_menu_shortcodes); + } + + + // Logged in. + //TODO Generic LANS. (not theme LANs) + + $text = ' + + + + '; + + return $text; + } + + + +} + + + + + +?> \ No newline at end of file