You are here

function fz152_fz152_info in FZ152 7

Implements hook_fz152_info().

File

./fz152.module, line 218
Main file for hooks and custom functions.

Code

function fz152_fz152_info() {
  return array(
    'forms' => array(
      'title' => 'Forms',
      'weight' => -8,
      'form callback' => 'fz152_get_forms',
      'page callback' => 'drupal_get_form',
      'page arguments' => array(
        'variable_group_form',
        'fz152_forms',
      ),
    ),
  );
}