From f7e3acc9f015115707b7b6d59d8ebdb2522b9d0d Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Mon, 23 Feb 2009 20:14:12 -0800 Subject: LAYOUT: added an icon for the time information gets rid of a bit of text and should leave more time for other buttons --- include/functions.php | 4 +++- pics/button/time-info.png | Bin 0 -> 727 bytes 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 pics/button/time-info.png 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 "
\n"; echo " time info\n"; + "last login: ".date("Y-m-d H:i:s",$lastlogin)."\">". + "". + "\n"; echo " \n"; } diff --git a/pics/button/time-info.png b/pics/button/time-info.png new file mode 100644 index 0000000..0cfc91c Binary files /dev/null and b/pics/button/time-info.png differ -- cgit v1.2.3-18-g5258