Ajout DOL_URL_ROOT

This commit is contained in:
Rodolphe Quiedeville 2003-06-23 22:18:58 +00:00
parent ffcd8ba09e
commit c92821e002

View File

@ -159,7 +159,7 @@ foreach ($modules as $key => $value)
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
{