Skip to content

Commit

Permalink
Merge pull request #2499 from department-of-veterans-affairs/issue/LE…
Browse files Browse the repository at this point in the history
…AF-4463/prevent_sync_for_custom_admin_portals

LEAF-4469 (assoc 4463) add customTemplate call for admin menu
  • Loading branch information
Pelentan authored Aug 15, 2024
2 parents b2397d0 + f5cfb11 commit 8ecafda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LEAF_Request_Portal/admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ function hasDevConsoleAccess($login, $oc_db)
$t_menu->assign('orgchartPath', $site_paths['orgchart_path']);
$t_menu->assign('name', XSSHelpers::sanitizeHTML($login->getName()));
$t_menu->assign('siteType', XSSHelpers::xscrub($settings['siteType']));
$o_menu = $t_menu->fetch('menu.tpl');
$o_menu = $t_menu->fetch(customTemplate('menu.tpl'));
$main->assign('menu', $o_menu);
$tabText = $tabText == '' ? '' : $tabText . ' ';
$main->assign('tabText', $tabText);
Expand Down

0 comments on commit 8ecafda

Please sign in to comment.