You are here

function print_epub_block_info in Printer, email and PDF versions 7.2

Implements hook_block_info().

File

print_epub/print_epub.module, line 96
Displays Printer-friendly versions of Drupal pages.

Code

function print_epub_block_info() {
  $block['print_epub-top']['info'] = t('Most EPUBed');
  $block['print_epub-top']['cache'] = DRUPAL_CACHE_GLOBAL;
  return $block;
}