Skip to content

Commit

Permalink
Merge branch 'MDL-56168-master' of git://github.com/FMCorz/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Oct 3, 2016
2 parents ddd8dc0 + 3655310 commit 8bb7148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/boost/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
$page->add($setting);

// Variable $body-color.
// We do not set a default value because the default colour should come from the preset.
$name = 'theme_boost/brandcolor';
$title = get_string('brandcolor', 'theme_boost');
$description = get_string('brandcolor_desc', 'theme_boost');
$default = '#373A3C'; // Straight from bootstrap variables.
$setting = new admin_setting_configcolourpicker($name, $title, $description, $default, null, false);
$setting = new admin_setting_configcolourpicker($name, $title, $description, null, null, false);
$setting->set_updatedcallback('theme_reset_all_caches');
$page->add($setting);

Expand Down

0 comments on commit 8bb7148

Please sign in to comment.