You are here

function themekey_ui_theme in ThemeKey 6

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

Implementation of hook_theme()

File

./themekey_ui.module, line 6

Code

function themekey_ui_theme() {
  return array(
    'themekey_ui_table' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
  );
}