2
0
forked from Wavyzz/dolibarr

my company social networks in a separate tab

This commit is contained in:
Frédéric FRANCE
2020-12-12 18:26:54 +01:00
parent b452852b30
commit 621f246d58
3 changed files with 147 additions and 26 deletions

View File

@@ -1819,6 +1819,11 @@ function company_admin_prepare_head()
$head[$h][2] = 'accountant';
$h++;
$head[$h][0] = DOL_URL_ROOT."/admin/company_socialnetworks.php";
$head[$h][1] = $langs->trans("SocialNetworksInformation");
$head[$h][2] = 'socialnetworks';
$h++;
complete_head_from_modules($conf, $langs, null, $head, $h, 'mycompany_admin', 'add');
complete_head_from_modules($conf, $langs, null, $head, $h, 'mycompany_admin', 'remove');