function botcha_theme in BOTCHA Spam Prevention 7
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.2 botcha.module \botcha_theme()
- 7.3 botcha.module \botcha_theme()
Implements hook_theme().
File
- ./
botcha.module, line 102 - BOTCHA - Spam Prevention It modifies forms by adding various botcha's.
Code
function botcha_theme() {
return array(
'botcha_admin_settings_botcha_points' => array(
'render element' => 'form',
),
);
}