Correction vers le lien de l'image bookmark

This commit is contained in:
Rodolphe Quiedeville 2004-07-28 13:58:37 +00:00
parent 92d3d7b07d
commit 8790860e7f

View File

@ -186,7 +186,7 @@ if ($_GET["socid"] > 0)
if ($user->societe_id == 0)
{
$head[$h][0] = DOL_URL_ROOT."/comm/index.php?socidp=$objsoc->id&action=add_bookmark";
$head[$h][1] = '<img border="0" src="/theme/'.$conf->theme.'/img/bookmark.png" alt="Bookmark" title="Bookmark">';
$head[$h][1] = '<img border="0" src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/bookmark.png" alt="Bookmark" title="Bookmark">';
$head[$h][2] = 'image';
}