From 998d7dcc6e8a8d4935f1da518c4c2623b0a9a2d5 Mon Sep 17 00:00:00 2001 From: skeeter Date: Sat, 12 Jan 2002 01:32:13 +0000 Subject: [PATCH] Removed the explicit file extension to the images. --- admin/index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/admin/index.php b/admin/index.php index dc7f98d89a..65af04cc86 100755 --- a/admin/index.php +++ b/admin/index.php @@ -63,7 +63,10 @@ function display_section($appname,$title,$file) { - section_start($title,$GLOBALS['phpgw']->common->image($appname,Array('navbar.gif',$appname.'.gif')),$appname); + section_start($title,$GLOBALS['phpgw']->common->image($appname, + Array('navbar',$appname,'nonav') + ),$appname + ); while(list($text,$url) = each($file)) {