pb dans l'accs l'image quand dolibarr est install dans un sous rpertoire

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)
{
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
{