]> git.datanom.net - qtadmin.git/blobdiff - lib/utils.inc.php
fix footer position
[qtadmin.git] / lib / utils.inc.php
index 7ad8969601565a2e86fc482a3ab4317385003dbf..9c6be9b51fe8e301a2e59c5d6725e9eacd216826 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=4 sw=4 noet: */
+/* vim: set ts=4 tw=0 sw=4 noet: */
 require_once $CFG->root .'config.php';
 require_once $CFG->root . 'lib/session_handler.inc.php';
 
@@ -22,9 +22,10 @@ class Utils {
     <script src="__ROOT__js/forms.js"></script>
     <title>__TITLE__</title>
 </head>
-<body>';
-    private $footer = '<p class="footer">Powered by <a href="https://qtadmin.datanom.net"
-            title="Goto QtAdmin homepage">QtAdmin</a>. &copy; 2015 by Michael Rasmussen</p></body></html>';
+<body><div id="container">';
+    private $footer = '</div><div id="footer"><p>Powered by <a href="https://qtadmin.datanom.net"
+            title="Goto QtAdmin homepage">QtAdmin</a>. &copy; 2015 by Michael Rasmussen</p>
+       </div></body></html>';
     private $heading = '<p id="time" class="time">Session timeout:
             <span id="timer"></span></p><h1 class="h1">__TITLE__</h1>';
 
This page took 0.029205 seconds and 5 git commands to generate.