mirror of
https://github.com/moodle/moodle.git
synced 2025-04-09 02:12:22 +02:00
MDL-72450 theme_boost: Set config 'usecourseindex' to true in boost
This commit is contained in:
parent
3372adddb3
commit
448960fe22
@ -158,3 +158,4 @@ $THEME->requiredblocks = '';
|
||||
$THEME->addblockposition = BLOCK_ADDBLOCK_POSITION_FLATNAV;
|
||||
$THEME->iconsystem = \core\output\icon_system::FONTAWESOME;
|
||||
$THEME->haseditswitch = true;
|
||||
$THEME->usescourseindex = true;
|
||||
|
@ -24,6 +24,6 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2021052505;
|
||||
$plugin->version = 2021052506;
|
||||
$plugin->requires = 2021052500;
|
||||
$plugin->component = 'theme_boost';
|
||||
|
Loading…
x
Reference in New Issue
Block a user