Can replace a tag with file into parameter to ouput into list of files.
This commit is contained in:
parent
e2b63bb8dd
commit
efd855b186
@ -532,6 +532,7 @@ class FormFile
|
|||||||
}
|
}
|
||||||
if ($morepicto)
|
if ($morepicto)
|
||||||
{
|
{
|
||||||
|
$morepicto=preg_replace('/__FILENAMEURLENCODED__/',urlencode($relativepath),$morepicto);
|
||||||
$out.=$morepicto;
|
$out.=$morepicto;
|
||||||
}
|
}
|
||||||
$out.='</td>';
|
$out.='</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user