Merge pull request #1 from pstructures/pstructures-added-ability-to-add-admin-tabs
Add tabs to admin setup from module
This commit is contained in:
commit
fd8ccecded
@ -1781,7 +1781,8 @@ function company_admin_prepare_head()
|
|||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
complete_head_from_modules($conf, $langs, null, $head, $h, 'company_admin', 'remove');
|
complete_head_from_modules($conf, $langs, null, $head, $h, 'company_admin', 'remove');
|
||||||
|
complete_head_from_modules($conf, $langs, null, $head, $h, 'company_admin', 'add');
|
||||||
|
|
||||||
return $head;
|
return $head;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user