You are here

function blocktheme_admin_settings_submit in Block Theme 7

Handle submission of the blocktheme administrative page form.

1 string reference to 'blocktheme_admin_settings_submit'
blocktheme_admin_settings in ./blocktheme.module
Block Theme settings page.

File

./blocktheme.module, line 85
Provides a configuration option to select custom themes for blocks

Code

function blocktheme_admin_settings_submit($form, &$form_state) {
  drupal_theme_rebuild();
}