From 94378f9408309fe74daaa424e4eabdfc1fe68621 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 28 Apr 2009 18:40:30 +0000 Subject: Changed forum_link class to admin_link --- htdocs/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/index.php b/htdocs/index.php index 4ca2c36..981dea6 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -61,7 +61,7 @@ $menu = $config->value('menu'); if(sizeof($menu)) { foreach($menu as $_m => $_t) { echo " \n"; - echo " ".$t."\n"; + echo " ".$_t."\n"; echo "\n"; } } @@ -101,8 +101,8 @@ if($p) $p->show(); "; ?>
- -Admin + +Admin
-- cgit v1.2.3