function themekey_css_rule_disable in ThemeKey 7.3
Disables a ThemeKey rule and all children.
Parameters
$id: id of the rule to be ddisabled
File
- themekey_css/
themekey_css_build.inc, line 95 - The functions in this file are the back end of ThemeKey which should be used only if you configure something, but not when ThemeKey switches themes.
Code
function themekey_css_rule_disable($id) {
themekey_abstract_rule_disable('themekey_css_rules', $id);
}