Update functions.lib.php
This commit is contained in:
parent
f5d4cc5f89
commit
187c40aca9
@ -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)
|
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);
|
$tabsname=str_replace ("@","",$picto);
|
||||||
$out="\n".'<div class="tabs" data-role="controlgroup" data-type="horizontal">'."\n";
|
$out="\n".'<div class="tabs" data-role="controlgroup" data-type="horizontal">'."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user