pb dans l'accès à l'image quand dolibarr est installé dans un sous répertoire

This commit is contained in:
erics 2003-07-22 17:20:37 +00:00
parent 96813748b4
commit 9285957468

View File

@ -96,7 +96,7 @@ foreach ($modules as $key => $value)
if ($const_value == 1) if ($const_value == 1)
{ {
print '<img src="/theme/'.$conf->theme.'/img/tick.png" border="0"></a>'; print '<img src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/tick.png" border="0"></a>';
} }
else else
{ {