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
+
+
+ Sign In
+
+
+
+
+
+
+ ";
+
+
+ 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