function themekey_ui_theme in ThemeKey 7
Same name and namespace in other branches
- 6.4 themekey_ui.module \themekey_ui_theme()
 - 6 themekey_ui.module \themekey_ui_theme()
 - 6.2 themekey_ui.module \themekey_ui_theme()
 - 6.3 themekey_ui.module \themekey_ui_theme()
 - 7.3 themekey_ui.module \themekey_ui_theme()
 - 7.2 themekey_ui.module \themekey_ui_theme()
 
Implements hook_theme().
File
- ./
themekey_ui.module, line 145  - ThemeKey UI is an extension for ThemeKey
 
Code
function themekey_ui_theme() {
  return array(
    'themekey_ui_table' => array(
      'file' => 'themekey_ui_admin.inc',
      'render element' => 'form',
    ),
    'themekey_ui_theme_select_form' => array(
      'file' => 'themekey_ui_admin.inc',
      'render element' => 'form',
    ),
  );
}