Skip to content
Snippets Groups Projects
Commit ca1268aa authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Update to change 2017-03-27: Added missing code to add setting to page.

parent b4325dc9
No related branches found
No related tags found
No related merge requests found
......@@ -240,6 +240,7 @@ if ($ADMIN->fulltree) {
$setting = new admin_setting_configstoredfile($name, $title, $description, 'fontfiles', 0,
array('maxfiles' => 100, 'accepted_types' => array('.ttf', '.eot', '.woff', '.woff2')));
$setting->set_updatedcallback('theme_reset_all_caches');
$page->add($setting);
// Settings title to group block related settings together with a common heading. We don't want a description here.
$setting = new admin_setting_heading('theme_boost_campus/blockdesignheading',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment