You are here

function delta_blocks_help in Delta 7.3

Implements hook_help().

File

delta_blocks/delta_blocks.module, line 10
Exposes a number of core Drupal elements as blocks.

Code

function delta_blocks_help($path, $arg) {
  if ($path == 'admin/help#delta_blocks') {
    return '<p>' . t('This module exposes a number of core Drupal elements as blocks.') . '</p>';
  }
}