New: Support removing tab into member module
This commit is contained in:
parent
e9c222a82b
commit
9ba100a84b
@ -96,6 +96,9 @@ function member_prepare_head($object)
|
|||||||
$head[$h][2] = 'info';
|
$head[$h][2] = 'info';
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
|
|
||||||
|
complete_head_from_modules($conf,$langs,$object,$head,$h,'member','remove');
|
||||||
|
|
||||||
return $head;
|
return $head;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -123,6 +123,7 @@ function product_prepare_head($object, $user)
|
|||||||
|
|
||||||
|
|
||||||
// More tabs from canvas
|
// More tabs from canvas
|
||||||
|
// TODO Is this still used ?
|
||||||
if (isset($object->onglets) && is_array($object->onglets))
|
if (isset($object->onglets) && is_array($object->onglets))
|
||||||
{
|
{
|
||||||
foreach ($object->onglets as $onglet)
|
foreach ($object->onglets as $onglet)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user