diff --git a/addressbook/inc/hook_about.inc.php b/addressbook/inc/hook_about.inc.php index b919e5c3a5..62b4e08dc6 100644 --- a/addressbook/inc/hook_about.inc.php +++ b/addressbook/inc/hook_about.inc.php @@ -11,7 +11,7 @@ } 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');