Look and feel v11

This commit is contained in:
Laurent Destailleur 2019-10-16 11:26:20 +02:00
parent 517fcf45d1
commit 6d05d42c50

View File

@ -2220,7 +2220,7 @@ function dol_print_socialnetworks($value, $cid, $socid, $type)
if (! empty($type))
{
$newskype ='<div class="divsocialnetwork inline-block valignmiddle">';
$newskype.=img_picto($langs->trans(strtoupper($type)), $type.'.png', '', false, 0, 0, '', 'paddingright');
$newskype.=img_picto($langs->trans(strtoupper($type)), $type.'.png', '', false, 0, 0, '', 'paddingright', 0);
$newskype.=$value;
if ($type == 'skype')
{