mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +01:00
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)
|
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))
|
while(list($text,$url) = each($file))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user