diff --git a/htdocs/ecm/index.php b/htdocs/ecm/index.php index 959a96076d5..0af37171a01 100644 --- a/htdocs/ecm/index.php +++ b/htdocs/ecm/index.php @@ -497,8 +497,8 @@ if (empty($action) || $action == 'file_manager' || eregi('refresh',$action) || $ $ecmdirstatic->ref=$ref; print $ecmdirstatic->getNomUrl(0,$option); $ecmdirstatic->ref=$oldref; - if (! in_array($val['id'],$expandedsectionarray)) print img_picto('','/theme/common/treemenu/folder.gif','',1); - else print img_picto('','/theme/common/treemenu/folder-expanded.gif','',1); + if (! in_array($val['id'],$expandedsectionarray)) print img_picto('',DOL_URL_ROOT.'/theme/common/treemenu/folder.gif','',1); + else print img_picto('',DOL_URL_ROOT.'/theme/common/treemenu/folder-expanded.gif','',1); print ''; // Show link print '';