function themekey_ui_del_path_theme in ThemeKey 7.3
Same name and namespace in other branches
- 6.4 themekey_ui_helper.inc \themekey_ui_del_path_theme()
- 6 themekey_ui_helper.inc \themekey_ui_del_path_theme()
- 6.2 themekey_ui_helper.inc \themekey_ui_del_path_theme()
- 6.3 themekey_ui_helper.inc \themekey_ui_del_path_theme()
- 7 themekey_ui_helper.inc \themekey_ui_del_path_theme()
- 7.2 themekey_ui_helper.inc \themekey_ui_del_path_theme()
Deletes a ThemeKey rule.
Parameters
$id: the id of an existing rule
See also
1 call to themekey_ui_del_path_theme()
- themekey_ui_pathalias_submit in ./
themekey_ui_admin.inc - Form submission handler for themekey_ui_pathalias().
File
- ./
themekey_ui_helper.inc, line 98
Code
function themekey_ui_del_path_theme($id) {
return themekey_rule_del($id);
}