diff options
Diffstat (limited to 'include/functions.php')
-rw-r--r-- | include/functions.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php index 0fec81e..f982029 100644 --- a/include/functions.php +++ b/include/functions.php @@ -881,7 +881,9 @@ function display_table () echo " <br />\n"; echo " <span title=\"local time: ".date("Y-m-d H:i:s",$timenow). " ". - "last login: ".date("Y-m-d H:i:s",$lastlogin)."\">time info</span>\n"; + "last login: ".date("Y-m-d H:i:s",$lastlogin)."\">". + "<img src=\"pics/button/time-info.png\" class=\"button\" alt-\"time info\" />". + "</span>\n"; echo " </div>\n"; } |