Skip to content

Commit

Permalink
Respect Boost Union 'hidenodesprimarynavigation' setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Jun 20, 2024
1 parent 06c0050 commit 44bcd67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
$THEME->iconsystem = \core\output\icon_system::FONTAWESOME;
$THEME->haseditswitch = true;
$THEME->usescourseindex = true;
$THEME->removedprimarynavitems = explode(',', get_config('theme_boost_union', 'hidenodesprimarynavigation'));
// By default, all Boost themes do not need their titles displayed.
$THEME->activityheaderconfig = [
'notitle' => true,
Expand Down

0 comments on commit 44bcd67

Please sign in to comment.