function themekey_system_themekey_properties in ThemeKey 6
Same name and namespace in other branches
- 6.4 modules/themekey.system.inc \themekey_system_themekey_properties()
- 6.2 modules/themekey.system.inc \themekey_system_themekey_properties()
- 6.3 modules/themekey.system.inc \themekey_system_themekey_properties()
- 7.3 modules/themekey.system.inc \themekey_system_themekey_properties()
- 7 modules/themekey.system.inc \themekey_system_themekey_properties()
- 7.2 modules/themekey.system.inc \themekey_system_themekey_properties()
File
- modules/
themekey.system.inc, line 3
Code
function themekey_system_themekey_properties() {
// Attributes for properties
$attributes = array();
$attributes['system:host'] = array(
'path' => 'system:host',
'description' => t('System: Server Host'),
);
return array(
'attributes' => $attributes,
);
}