New: Support removing tab into member module

This commit is contained in:
Laurent Destailleur 2012-10-04 15:37:10 +02:00
parent e9c222a82b
commit 9ba100a84b
2 changed files with 4 additions and 0 deletions

View File

@ -96,6 +96,9 @@ function member_prepare_head($object)
$head[$h][2] = 'info';
$h++;
complete_head_from_modules($conf,$langs,$object,$head,$h,'member','remove');
return $head;
}

View File

@ -123,6 +123,7 @@ function product_prepare_head($object, $user)
// More tabs from canvas
// TODO Is this still used ?
if (isset($object->onglets) && is_array($object->onglets))
{
foreach ($object->onglets as $onglet)