Skip to content
Snippets Groups Projects
Commit 8c0cfc55 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Ajout DOL_URL_ROOT

parent 054be146
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ if ($result) {
print "<TD>$obj->name</TD>";
print "<TD>$obj->firstname</TD>";
print '<TD><a href="contact.php?socid='.$obj->idp.'"><img src="/theme/'.$conf->theme.'/img/filter.png" border="0"></a>&nbsp;';
print '<TD><a href="contact.php?socid='.$obj->idp.'"><img src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/filter.png" border="0"></a>&nbsp;';
print "<a href=\"fiche.php?socid=$obj->idp\">$obj->nom</A></td>\n";
print "<TD>$obj->email&nbsp;</TD>\n";
print '<td>'.$obj->phone.'</td>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment