From 9fc8170f4492c3e5900156610061e59c84aa9d83 Mon Sep 17 00:00:00 2001 From: deva Date: Sun, 19 Apr 2009 12:11:38 +0000 Subject: Fixed bug, where in menu overwrote the in admin. --- htdocs/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'htdocs') diff --git a/htdocs/index.php b/htdocs/index.php index 4f8d946..6783187 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -56,9 +56,9 @@ foreach($ps as $p) { ?>> $t) { - echo " \n"; - echo " ".$t."\n"; +foreach($menu as $_m => $_t) { + echo " \n"; + echo " ".$t."\n"; echo "\n"; } ?> -- cgit v1.2.3