function themekey_css_theme in ThemeKey 7.3
Implements hook_theme().
File
- themekey_css/
themekey_css.module, line 36
Code
function themekey_css_theme() {
$items = array(
'themekey_css_rule_chain_form' => array(
'file' => 'themekey_css_admin.inc',
'render element' => 'form',
),
);
return $items;
}