You are here

function getclicky_block_info in Clicky - Web Analytics in Real Time 7

Same name and namespace in other branches
  1. 8 getclicky.module \getclicky_block_info()

Implements hook_block_info().

File

./getclicky.module, line 220

Code

function getclicky_block_info() {
  $blocks['getclicky_banner'] = array(
    'info' => t('Show GetClicky banner image'),
  );
  return $blocks;
}