Skip to content

Commit

Permalink
Look and feel v21
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 30, 2024
1 parent df5cde2 commit 182c90d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions htdocs/core/lib/admin.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -2090,6 +2090,11 @@ function company_admin_prepare_head()
$head[$h][2] = 'company';
$h++;

$head[$h][0] = DOL_URL_ROOT."/admin/company_socialnetworks.php";
$head[$h][1] = $langs->trans("SocialNetworksInformation");
$head[$h][2] = 'socialnetworks';

$h++;
$head[$h][0] = DOL_URL_ROOT."/admin/openinghours.php";
$head[$h][1] = $langs->trans("OpeningHours");
$head[$h][2] = 'openinghours';
Expand All @@ -2100,11 +2105,6 @@ 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');
Expand Down

0 comments on commit 182c90d

Please sign in to comment.