Work on look and feel v6

This commit is contained in:
Laurent Destailleur
2017-04-05 14:48:24 +02:00
parent 1dc2cae3a5
commit e2ea5945dd
25 changed files with 355 additions and 210 deletions

View File

@@ -1987,7 +1987,7 @@ class User extends CommonObject
if (! empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER) && $withpictoimg) $withpictoimg=0;
$result=''; $label='';
$linkstart=''; $linkend='';
$link=''; $linkstart=''; $linkend='';
if (! empty($this->photo))
{
@@ -2086,7 +2086,9 @@ class User extends CommonObject
}
$result.=$linkend;
//if ($withpictoimg == -1) $result.='</div>';
$result.=$companylink;
return $result;
}