function themekey_ui_theme in ThemeKey 6
Same name and namespace in other branches
- 6.4 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 themekey_ui.module \themekey_ui_theme()
- 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,
),
),
);
}