Fix: Correction mauvais affichage icon bookmark

This commit is contained in:
Laurent Destailleur 2004-08-06 01:09:47 +00:00
parent 800abe363e
commit 9cde9b7ac9

View File

@ -194,7 +194,7 @@ if ($socid > 0)
if ($user->societe_id == 0)
{
$head[$h][0] = DOL_URL_ROOT."/index.php?socidp=$societe->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';
}
dolibarr_fiche_head($head, $hselected, $societe->nom);