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 @@
renderView() ?> +
+ + diff --git a/src/core.php b/src/core.php index a6f5e5af..17e4c1bf 100644 --- a/src/core.php +++ b/src/core.php @@ -1,4 +1,13 @@