You are here

function themekey_ui_del_path_theme in ThemeKey 6.3

Same name and namespace in other branches
  1. 6.4 themekey_ui_helper.inc \themekey_ui_del_path_theme()
  2. 6 themekey_ui_helper.inc \themekey_ui_del_path_theme()
  3. 6.2 themekey_ui_helper.inc \themekey_ui_del_path_theme()
  4. 7.3 themekey_ui_helper.inc \themekey_ui_del_path_theme()
  5. 7 themekey_ui_helper.inc \themekey_ui_del_path_theme()
  6. 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

themekey_rule_del()

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 87

Code

function themekey_ui_del_path_theme($id) {
  return themekey_rule_del($id);
}