diff --git a/public_html/media/css/core.css b/public_html/media/css/core.css
index 34c96ed1..f2a16a92 100644
--- a/public_html/media/css/core.css
+++ b/public_html/media/css/core.css
@@ -149,3 +149,12 @@ a:hover i[class*='icon-'] {
border-color: #ffa;
background-color: #ffd;
}
+
+footer {
+ text-align: center;
+ margin-top: 1em;
+ padding-top: 0.5em;
+ border-top: 1px solid #eee;
+ font-size: small;
+ color: silver;
+}
diff --git a/src/Views/layout-normal.phtml b/src/Views/layout-normal.phtml
index 78c57027..84dcd7dc 100644
--- a/src/Views/layout-normal.phtml
+++ b/src/Views/layout-normal.phtml
@@ -75,7 +75,14 @@
+
+