function _themekey_properties_reset in ThemeKey 6
Function _themekey_properties_reset().
File
- ./
themekey_admin.inc, line 245
Code
function _themekey_properties_reset($form, &$form_state) {
_themekey_properties_clear();
drupal_set_message(t('The configuration has been reset to defaults.'));
}