mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
new mode to return the url
This commit is contained in:
parent
b4f0f31681
commit
7ed2f90ad4
@ -1030,6 +1030,10 @@ class egw_vfs extends vfs_stream_wrapper
|
||||
{
|
||||
$img = $GLOBALS['egw']->common->image('etemplate',$icon='mime'.$size.'_unknown');
|
||||
}
|
||||
if ($et_image === 'url')
|
||||
{
|
||||
return $img;
|
||||
}
|
||||
if ($et_image)
|
||||
{
|
||||
return 'etemplate/'.$icon;
|
||||
|
Loading…
Reference in New Issue
Block a user