function tipsy_theme in Tipsy 7
Same name and namespace in other branches
- 8 tipsy.module \tipsy_theme()
Implements hook_theme().
File
- ./
tipsy.module, line 77
Code
function tipsy_theme() {
return array(
'tipsy_custom_selectors_form' => array(
'render element' => 'form',
'file' => 'tipsy.admin.inc',
),
);
}