Fix image

This commit is contained in:
Miles Lott 2001-09-25 22:57:21 +00:00
parent d57b3d1573
commit e78caa8232

View File

@ -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');