You are here

function i18n_book_navigation_block_configure in Book translation 7.2

Implements hook_block_configure().

Uses the same settings as the book module.

See also

book_block_configure()

File

./i18n_book_navigation.module, line 88
Defines the Book translation module.

Code

function i18n_book_navigation_block_configure($delta = '') {
  return book_block_configure($delta);
}