Removed the explicit file extension to the images.

This commit is contained in:
skeeter 2002-01-12 01:32:13 +00:00
parent 4da531e060
commit 998d7dcc6e

View File

@ -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))
{