You are here

function print_mail_block_info in Printer, email and PDF versions 7

Same name and namespace in other branches
  1. 7.2 print_mail/print_mail.module \print_mail_block_info()

Implements hook_block_info().

File

print_mail/print_mail.module, line 138
Displays Printer-friendly versions of Drupal pages.

Code

function print_mail_block_info() {
  $block['print_mail-top']['info'] = t('Most emailed');
  $block['print_mail-top']['cache'] = DRUPAL_CACHE_GLOBAL;
  return $block;
}