Skip to content

Commit

Permalink
INTERIM-65 Changed default wordmark URL to not be empty
Browse files Browse the repository at this point in the history
  • Loading branch information
angelamnr committed Jun 5, 2017
1 parent 0c6ce17 commit 2f03876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function suitcase_interim_form_system_theme_settings_alter(&$form, &$form_state)
'#type' => 'textfield',
'#title' => t('Wordmark URL'),
'#description' => t('Full URL the Iowa State University wordmark should link to. Defaults to site\'s homepage.'),
'#default_value' => variable_get('suitcase_interim_config_level_1_url', NULL),
'#default_value' => variable_get('suitcase_interim_config_level_1_url', $GLOBALS['base_url']),
'#weight' => 2,
);

Expand Down

0 comments on commit 2f03876

Please sign in to comment.