Skip to content

Commit

Permalink
Ops!
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Oct 15, 2023
1 parent 2e8f8dc commit 563521b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions classes/module/header_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,6 @@ public function add_settings(&$settingspages, $toolbox) {
);
$settingspages['header'][\theme_foundation\toolbox::SETTINGPAGE]->add($setting);

$setting = new admin_setting_configselect($name, $title, $description, $default, $choices);
$settingspages['header'][\theme_foundation\toolbox::SETTINGPAGE]->add($setting);

$settingspages['header'][\theme_foundation\toolbox::SETTINGPAGE]->add(
new \admin_setting_heading(
'theme_foundation_breadcrumbheading',
Expand Down

0 comments on commit 563521b

Please sign in to comment.