This commit is contained in:
Laurent Destailleur
2024-07-25 14:46:45 +02:00
parent 0a85286a2e
commit a6fe474449

View File

@@ -2603,7 +2603,7 @@ function dol_get_fiche_head($links = array(), $active = '', $title = '', $notab
} }
if ($displaytab == 0) { if ($displaytab == 0) {
$out .= img_picto($title, ($noprefix ? '' : 'object_').$picto, '', $pictoisfullpath, 0, 0, '', 'imgTabTitle paddingright').' '; $out .= img_picto($title, $picto, '', $pictoisfullpath, 0, 0, '', 'imgTabTitle paddingright').' ';
} }
$out .= $links[$i][1]; $out .= $links[$i][1];