diff --git a/mymodule/themes/fancytheme/core/loginuserpass.php b/mymodule/themes/fancytheme/core/loginuserpass.php
index e271ca75393e72f1eb4504402bdb738397274ae0..0e4b87fb061d4952cfdb04bbba207b7334652679 100644
--- a/mymodule/themes/fancytheme/core/loginuserpass.php
+++ b/mymodule/themes/fancytheme/core/loginuserpass.php
@@ -7,7 +7,15 @@ if (strlen($this->data['username']) > 0) {
$this->data['autofocus'] = 'username';
}
$this->includeAtTemplateBase('includes/header.php');
+?>
+
+
+data['errorcode'] !== null) {
?>
@@ -40,28 +48,27 @@ if ($this->data['errorcode'] !== null) {
-
+
+
data['links'])) {
echo '
';
diff --git a/mymodule/themes/fancytheme/includes/footer.php b/mymodule/themes/fancytheme/default/includes/footer.php
similarity index 88%
rename from mymodule/themes/fancytheme/includes/footer.php
rename to mymodule/themes/fancytheme/default/includes/footer.php
index 82827ad47968908f4fef48a7e76f548bd9b383c8..36b75fca21f25b2cf1787ea4be97c76a0790cfb5 100644
--- a/mymodule/themes/fancytheme/includes/footer.php
+++ b/mymodule/themes/fancytheme/default/includes/footer.php
@@ -14,7 +14,7 @@ if (!empty($this->data['htmlinject']['htmlContentPost'])) {