Skip to content
Snippets Groups Projects
Commit 4206c3cc authored by Brian Canini's avatar Brian Canini
Browse files

updates to settings file for BUX theme

parent 6dad1753
No related merge requests found
......@@ -5,9 +5,9 @@
use Drupal\Core\Form;
function asc_bootstrap_bux_form_system_theme_settings_alter(&$form, Drupal\Core\Form\FormStateInterface $form_state) {
$form['asc_bootstrap_settings']['osu_logo'] = array(
$form['asc_bootstrap_bux_settings']['osu_logo'] = array(
'#type' => 'checkbox',
'#title' => t('Use OSU Logo in site header'),
'#default_value' => theme_get_setting('osu_logo', 'asc_bootstrap'),
'#default_value' => theme_get_setting('osu_logo', 'asc_bootstrap_bux'),
);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment