Newer
Older
<?php
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Theme\ThemeSettings;
use Drupal\system\Form\ThemeSettingsForm;
use Drupal\Core\Form;
function asc_bootstrap_bux_form_system_theme_settings_alter(&$form, Drupal\Core\Form\FormStateInterface $form_state) {
$form['asc_bootstrap_bux_settings']['osu_logo'] = array(
'#title' => t('Not a part of the College Arts and Sciences'),
'#default_value' => theme_get_setting('osu_logo', 'asc_bootstrap_bux'),