You are here

function imagepicker_block_configure in Image Picker 7

Implements hook_block_configure().

This hook declares configuration options for blocks provided by this module.

File

./imagepicker.module, line 636
@author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

function imagepicker_block_configure($delta = '') {
  $form = imagepicker_block_form($delta);
  return $form;
}