You are here

function share42_block_info in Share42 - social sharing buttons 7

Same name and namespace in other branches
  1. 7.2 share42.module \share42_block_info()

File

./share42.module, line 26
Main file for the Share42 module.

Code

function share42_block_info() {
  $blocks['share42'] = array(
    'info' => t('Share42 - social sharing buttons block'),
    'cache' => DRUPAL_CACHE_GLOBAL,
  );
  return $blocks;
}