From 3f536704109101b93b48866d7d093e5d2ef3f6f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Sat, 3 Jul 2010 03:27:11 +0000 Subject: [PATCH] add wiki, mailman and phpmyadmin to menubar --- css/default.css | 2 +- include/global.php | 7 ++++--- include/menu.php | 12 +++++++++--- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/css/default.css b/css/default.css index aed77ab..2b42190 100644 --- a/css/default.css +++ b/css/default.css @@ -103,7 +103,7 @@ img { position: absolute; height: 22px; /*width: 334px;*/ - left: 200px; + /*left: 20px;*/ top: 101px; } diff --git a/include/global.php b/include/global.php index f51d0c0..aaae589 100644 --- a/include/global.php +++ b/include/global.php @@ -12,10 +12,11 @@ $GLOBALS["EPTV"] = 7; /* New vars */ $GLOBALS["ANONYM"] = 0; -$GLOBALS["FAN"] = 2; -$GLOBALS["EPI"] = 4; -$GLOBALS["VIP"] = 6; +$GLOBALS["FAN"] = 1; +$GLOBALS["EPI"] = 2; +$GLOBALS["GUEST"] = 3; $GLOBALS["MEMBRE"] = 10; +$GLOBALS["BUREAU"] = 15; $GLOBALS["ROOT"] = 20; ?> diff --git a/include/menu.php b/include/menu.php index 4b5a570..521b34c 100644 --- a/include/menu.php +++ b/include/menu.php @@ -1,14 +1,20 @@ '; + // $str = ''; $str .= '"; - $str .= ''; + //$str .= ''; echo $str; } -- GitLab