You are here

function _themekey_path_clear in ThemeKey 6

Function _themekey_path_clear().

1 call to _themekey_path_clear()
_themekey_paths_reset in ./themekey_admin.inc
Function _themekey_paths_reset().

File

./themekey_build.inc, line 143

Code

function _themekey_path_clear() {
  db_query('DELETE FROM {themekey_paths} WHERE custom = 1');
}