diff --git a/mojotrollz/page/default_login/tpl/loggedout.tpl b/mojotrollz/page/default_login/tpl/loggedout.tpl index b56b03f..70d4e8f 100644 --- a/mojotrollz/page/default_login/tpl/loggedout.tpl +++ b/mojotrollz/page/default_login/tpl/loggedout.tpl @@ -1,31 +1,29 @@ -
-
-

${basic_login}

-
-
-
- -
-
- -
-
- +
+

${basic_login}

+ +
+
+
- -
+
+ +
+
+ +
+
\ No newline at end of file diff --git a/mojotrollz/sql/mysql/system_text.sql b/mojotrollz/sql/mysql/system_text.sql index 562c71e..80e57a9 100644 --- a/mojotrollz/sql/mysql/system_text.sql +++ b/mojotrollz/sql/mysql/system_text.sql @@ -15,6 +15,7 @@ REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_vote', 'mojotrollz') REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_name', 'mojotrollz'); REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_login', 'mojotrollz'); +REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_logout', 'mojotrollz'); REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_username', 'mojotrollz'); REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_password', 'mojotrollz');