You are here

function themekey_theme in ThemeKey 8

Same name and namespace in other branches
  1. 6.4 themekey.module \themekey_theme()
  2. 6 themekey.module \themekey_theme()
  3. 6.2 themekey.module \themekey_theme()
  4. 6.3 themekey.module \themekey_theme()
  5. 7.3 themekey.module \themekey_theme()
  6. 7 themekey.module \themekey_theme()
  7. 7.2 themekey.module \themekey_theme()

Implements hook_theme().

File

./themekey.module, line 8

Code

function themekey_theme() {
  return array(
    'themekey_rule_chain_table' => array(
      'render element' => 'form',
      'file' => 'themekey.admin.inc',
      'function' => 'theme_themekey_rule_chain_table',
    ),
  );
}