You are here

function _themekey_paths_reset in ThemeKey 6

Function _themekey_paths_reset().

File

./themekey_admin.inc, line 112

Code

function _themekey_paths_reset($form, &$form_state) {
  _themekey_path_clear();
  drupal_set_message(t('The configuration has been reset to defaults.'));
}