Correction affichage site web
This commit is contained in:
parent
ee6fa14ef0
commit
096470a5f4
@ -466,8 +466,8 @@ if ($etab['Fax']*1>0)
|
||||
//Site web
|
||||
if ($etab['Web']!='')
|
||||
{
|
||||
if (substr($web,0,7)!='http://') $siteWeb = 'http://'.$etab['Web'];
|
||||
else $siteWeb = $etab['Web'];
|
||||
if (substr($etab['Web'],0,7)!='http://') $siteWeb = 'http://'.$etab['Web'];
|
||||
else $siteWeb = $etab['Web'];
|
||||
?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
|
Loading…
Reference in New Issue
Block a user