]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
adding uikit to the list and some footer styles
authorBanana <mail@bananas-playground.net>
Sun, 31 Jan 2021 17:15:44 +0000 (18:15 +0100)
committerBanana <mail@bananas-playground.net>
Sun, 31 Jan 2021 17:15:44 +0000 (18:15 +0100)
README
webclient/view/default/main.php

diff --git a/README b/README
index de6e65411e150219f39f1e814cd64d1207268a27..807f28508288dd48e8c2ca8361a42bfd1000277b 100644 (file)
--- a/README
+++ b/README
@@ -14,3 +14,4 @@ This is build and tested on a linux based OS. Windows support not yet, but it co
 
 ## third party
 https://github.com/FabianBeiner/PHP-IMDB-Grabber with some modifications
+https://getuikit.com/
index 3e6f72260eb6af3461f6fdc7b4b79a2dd718461d..203f0d4a86c36b79a5af64eaea9fea67be0c555f 100644 (file)
        </main>
 
        <footer>
-               <div class="uk-container uk-container-expand">
-                       <p>&nbsp;</p>
+               <div class="uk-section uk-section-default">
+                       <div class="uk-container uk-container-expand">
+                               <p class="uk-text-muted uk-text-small">&copy; 2018 - <?php echo date('Y'); ?> <a href="https://www.bananas-playground.net/projekt/bibliotheca/" target=_blank>Bibliotheca</a></p>
+                       </div>
                </div>
        </footer>
 </body>