]> git.datanom.net - qtadmin.git/blobdiff - lib/utils.inc.php
Add title tag to links
[qtadmin.git] / lib / utils.inc.php
index 2f1671dcc8c867c37b0da0b718d7e796b457dd34..6be511f6e57916aa71a06ecf42b2b5c9f9eb58d2 100644 (file)
@@ -21,8 +21,8 @@ class Utils {
     <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.028742 seconds and 5 git commands to generate.