mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix image
This commit is contained in:
parent
d57b3d1573
commit
e78caa8232
@ -11,7 +11,7 @@
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$imgpath = $GLOBALS['phpgw']->common->get_image_dir($appname) . SEP . 'navbar.gif';
|
$imgpath = $GLOBALS['phpgw']->common->get_image_path($appname) . SEP . 'navbar.gif';
|
||||||
}
|
}
|
||||||
|
|
||||||
$browser = CreateObject('phpgwapi.browser');
|
$browser = CreateObject('phpgwapi.browser');
|
||||||
|
Loading…
Reference in New Issue
Block a user