You are here

function quotes_block_configure in Quotes 7

Same name and namespace in other branches
  1. 6 quotes.module \quotes_block_configure()

Implements hook_block_configure().

File

./quotes.module, line 1080
The quotes module allows users to maintain a list of quotes that can be displayed in any number of administrator-defined quote blocks.

Code

function quotes_block_configure($delta) {
  return _quotes_block_configure($delta);
}