Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Flat navigation off by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Dec 17, 2018
1 parent 66e3dbd commit 91f2849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
$name = 'theme_essential/flatnavigation';
$title = get_string('flatnavigation', 'theme_essential');
$description = get_string('flatnavigationdesc', 'theme_essential');
$default = true;
$default = false;
$setting = new admin_setting_configcheckbox($name, $title, $description, $default, true, false);
$setting->set_updatedcallback('theme_reset_all_caches');
$essentialsettingsgeneric->add($setting);
Expand Down

0 comments on commit 91f2849

Please sign in to comment.