forked from extern/egroupware
using framework->template_dir, instead of hardcoded phpgwapi based one
This commit is contained in:
parent
0150726c4b
commit
e8c4786879
@ -743,7 +743,7 @@ class common
|
||||
*/
|
||||
static function find_image($appname,$image)
|
||||
{
|
||||
if ($appname != 'phpgwapi')
|
||||
if ($appname == 'phpgwapi')
|
||||
{
|
||||
$imagedir = $GLOBALS['egw']->framework->template_dir.'/images';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user