function themekey_system_themekey_global in ThemeKey 6
Same name and namespace in other branches
- 6.4 modules/themekey.system.inc \themekey_system_themekey_global()
- 6.2 modules/themekey.system.inc \themekey_system_themekey_global()
- 6.3 modules/themekey.system.inc \themekey_system_themekey_global()
- 7.3 modules/themekey.system.inc \themekey_system_themekey_global()
- 7 modules/themekey.system.inc \themekey_system_themekey_global()
- 7.2 modules/themekey.system.inc \themekey_system_themekey_global()
File
- modules/
themekey.system.inc, line 14
Code
function themekey_system_themekey_global() {
global $user;
$parameters = array();
$parameters['system:host'] = $_SERVER['HTTP_HOST'];
return $parameters;
}