function themekey_ui_get_path_theme in ThemeKey 6
Same name and namespace in other branches
- 6.4 themekey_ui_helper.inc \themekey_ui_get_path_theme()
- 6.2 themekey_ui_helper.inc \themekey_ui_get_path_theme()
- 6.3 themekey_ui_helper.inc \themekey_ui_get_path_theme()
- 7.3 themekey_ui_helper.inc \themekey_ui_get_path_theme()
- 7 themekey_ui_helper.inc \themekey_ui_get_path_theme()
- 7.2 themekey_ui_helper.inc \themekey_ui_get_path_theme()
Function themekey_ui_get_path_theme().
2 calls to themekey_ui_get_path_theme()
- _themekey_ui_nodeform in ./
themekey_ui_admin.inc - Function _themekey_ui_nodeform().
- _themekey_ui_pathalias in ./
themekey_ui_admin.inc - Function _themekey_ui_pathalias().
File
- ./
themekey_ui_helper.inc, line 33
Code
function themekey_ui_get_path_theme($path) {
return db_result(db_query('SELECT theme FROM {themekey_paths} WHERE path = \'%s\'', $path));
}