]> git.datanom.net - qtadmin.git/blobdiff - lib/utils.inc.php
Navigate using icons
[qtadmin.git] / lib / utils.inc.php
index 2f1671dcc8c867c37b0da0b718d7e796b457dd34..e59cf8c1379132517b37d1d7930fb13d457f33cc 100644 (file)
@@ -18,11 +18,12 @@ class Utils {
         var timeout = __TIMEOUT__;
     </script>
     <script src="__ROOT__js/timer.js"></script>
+    <script src="__ROOT__js/checkbox.js"></script>
     <title>__TITLE__</title>
 </head>
 <body>';
-    private $footer = '<p class="footer">Powered by <a href="https://qtadmin.datanom.net">
-            QtAdmin</a>. &copy; 2015 by Michael Rasmussen</p></body></html>';
+    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>';
     private $heading = '<p id="time" class="time">Session timeout:
             <span id="timer"></span></p><h1 class="h1">__TITLE__</h1>';
 
This page took 0.029921 seconds and 5 git commands to generate.