function themekey_themekey_simpletest_themekey_global in ThemeKey 7.3
Implements hook_themekey_global().
File
- modules/
themekey.themekey_simpletest.inc, line 28
Code
function themekey_themekey_simpletest_themekey_global() {
$parameters = array();
$parameters['themekey_simpletest:global_property_test'] = 1;
$parameters['themekey_simpletest:custom_theme_alter_test'] = 1;
return $parameters;
}