mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
fix wrong old_defaut imagedir
This commit is contained in:
parent
1bb9f539eb
commit
63ee37b29c
@ -844,7 +844,7 @@
|
|||||||
|
|
||||||
$imagedir = EGW_SERVER_ROOT . '/'.$appname.'/templates/'.$GLOBALS['egw_info']['server']['template_set'].'/images';
|
$imagedir = EGW_SERVER_ROOT . '/'.$appname.'/templates/'.$GLOBALS['egw_info']['server']['template_set'].'/images';
|
||||||
$imagedir_default = EGW_SERVER_ROOT . '/'.$appname.'/templates/idots/images';
|
$imagedir_default = EGW_SERVER_ROOT . '/'.$appname.'/templates/idots/images';
|
||||||
$imagedir_olddefault = EGW_SERVER_ROOT . '/'.$appname.'/images';
|
$imagedir_olddefault = EGW_SERVER_ROOT . '/'.$appname.'/templates/default/images';
|
||||||
|
|
||||||
if ($this->is_image_dir ($imagedir))
|
if ($this->is_image_dir ($imagedir))
|
||||||
{
|
{
|
||||||
@ -856,7 +856,7 @@
|
|||||||
}
|
}
|
||||||
elseif ($this->is_image_dir ($imagedir_olddefault))
|
elseif ($this->is_image_dir ($imagedir_olddefault))
|
||||||
{
|
{
|
||||||
return $GLOBALS['egw_info']['server']['webserver_url'].'/'.$appname.'/images';
|
return $GLOBALS['egw_info']['server']['webserver_url'].'/'.$appname.'/templates/default/images';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user