diff options
author | deva <deva> | 2009-04-28 18:59:36 +0000 |
---|---|---|
committer | deva <deva> | 2009-04-28 18:59:36 +0000 |
commit | 8ad91c8b87f58fe7d3cac44ae317caf98e82aa63 (patch) | |
tree | b367b7ed157060626a26bcca9a0727f4d3485373 /utils/admin.php | |
parent | 94378f9408309fe74daaa424e4eabdfc1fe68621 (diff) |
Added close button to admin.
Diffstat (limited to 'utils/admin.php')
-rw-r--r-- | utils/admin.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/admin.php b/utils/admin.php index 8efbb56..03f56bc 100644 --- a/utils/admin.php +++ b/utils/admin.php @@ -9,9 +9,8 @@ if($loggedin == true) { else $UID = $HTTP_COOKIE_VARS["UserID"]; $user = $users->findUser($UID); ?> -<div class="logout"> -<a href="?page=admin&action=logout">Logout <em><?php echo $UID;?></em></a> -</div> +<div class="close"><a href="?page=">[X]</a></div> +<div class="logout"><a href="?page=admin&action=logout">Logout <em><?php echo $UID;?></em></a></div> <div class="menu"> <?php include_once($UTIL_DIR . "/modules.php"); |