10 calls to themekey_set_debug_message() in ThemeKey 7
- themekey_check_theme_enabled in ./
themekey_base.inc - Checks if a theme is enabled and fires warning messages to the site's administrator
- themekey_compat_dummy2theme in ./
themekey_compat.module - This function implements the interface of a ThemeKey mapping function but doesn't set a ThemeKey property's value. It sets the Drupal static themekey_custom_theme which will cause ThemeKey to use this theme.
- themekey_custom_theme in ./
themekey.module - Implements hook_custom_theme().
- themekey_debug_form_node_form_alter in ./
themekey_debug.module - Implements hook_form_node_form_alter().
- themekey_debug_init in ./
themekey_debug.module - Implements hook_init().
- themekey_debug_page_alter in ./
themekey_debug.module - Implements hook_page_alter().
- themekey_debug_properties in ./
themekey_debug.module - Iterates over all ThemeKey Properties and prints out their current values.
- themekey_match_condition in ./
themekey_base.inc - Detects if a ThemeKey rule matches to the current page request.
- themekey_match_rule_childs in ./
themekey_base.inc - Helper function of
- themekey_property_value in ./
themekey_base.inc - Detects if a ThemeKey property's value for the current page request.