You are here

function addthis_block_configure in AddThis 7.4

Implements hook_block_configure().

File

includes/addthis.block.inc, line 51
Block related hook implementations for the AddThis-module.

Code

function addthis_block_configure($delta = '') {
  return array();
}