You are here

function yandex_metrics_block_info in Yandex.Metrics 7

Implements hook_block_info().

File

./yandex_metrics.module, line 113
The main code of Yandex.Metrics module.

Code

function yandex_metrics_block_info() {
  $block['popular_content']['info'] = t('Popular content');
  return $block;
}