forked from extern/egroupware
Removed the explicit file extension to the images.
This commit is contained in:
parent
4da531e060
commit
998d7dcc6e
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user