You are here

function homebox_forms in Homebox 6

Same name and namespace in other branches
  1. 6.3 homebox.module \homebox_forms()
  2. 6.2 homebox.module \homebox_forms()
  3. 7.3 homebox.module \homebox_forms()
  4. 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;
}