Update functions.lib.php

This commit is contained in:
BENKE Charlie 2015-08-06 18:20:09 +02:00
parent f5d4cc5f89
commit 187c40aca9

View File

@ -702,7 +702,7 @@ function dol_fiche_head($links=array(), $active='0', $title='', $notab=0, $picto
*/
function dol_get_fiche_head($links=array(), $active='0', $title='', $notab=0, $picto='', $pictoisfullpath=0)
{
global $conf,$langs, $hookmanager;;
global $conf,$langs, $hookmanager;
$tabsname=str_replace ("@","",$picto);
$out="\n".'<div class="tabs" data-role="controlgroup" data-type="horizontal">'."\n";