You are here

function ad_block_view in Advertisement 7

Implementation of hook_block_view().

File

./ad.module, line 1433

Code

function ad_block_view($delta = '') {
  return array(
    'content' => ad($delta, variable_get('ad_block_quantity_' . $delta, 1)),
  );
}