function botcha_theme in BOTCHA Spam Prevention 7.2
Same name and namespace in other branches
- 6 botcha.module \botcha_theme()
- 6.2 botcha.module \botcha_theme()
- 6.3 botcha.module \botcha_theme()
- 7 botcha.module \botcha_theme()
- 7.3 botcha.module \botcha_theme()
Implements hook_theme().
File
- ./
botcha.module, line 264
Code
function botcha_theme() {
return array(
'botcha_forms_form_botcha_forms' => array(
'render element' => 'form',
'file' => 'botcha.admin.inc',
),
'botcha_recipebooks_form' => array(
'render element' => 'form',
'file' => 'botcha.admin.inc',
),
);
}