You are here

function _themekey_num_paths in ThemeKey 6

Function themekey_num_paths().

1 call to _themekey_num_paths()
_themekey_settings_form in ./themekey_admin.inc
Function _themekey_settings_form().

File

./themekey_build.inc, line 150

Code

function _themekey_num_paths() {
  return db_result(db_query('SELECT COUNT(id) FROM {themekey_paths} WHERE custom = 1'));
}