function homebox_forms in Homebox 6
Same name and namespace in other branches
- 6.3 homebox.module \homebox_forms()
- 6.2 homebox.module \homebox_forms()
- 7.3 homebox.module \homebox_forms()
- 7.2 homebox.module \homebox_forms()
Implementation of hook_forms().
File
- ./
homebox.module, line 92 - Home box main file, takes care of global functions settings constants, etc.
Code
function homebox_forms() {
$forms['homebox_admin_new_page']['callback'] = 'homebox_admin_page';
return $forms;
}