From b866f3c477c81ae6862e74d40abd8a9bc77bb41f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 25 Sep 2008 16:11:40 +0000 Subject: [PATCH] Fix: Bad link to icone --- htdocs/ecm/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 '';