function pollim_block_info in Poll Improved 7
File
- ./
pollim.module, line 452 - Module for the Pollim Entity - a starting point to create your own Entity and associated administration interface
Code
function pollim_block_info() {
$blocks['pollim'] = array(
'info' => t('Latest Poll'),
'cache' => DRUPAL_NO_CACHE,
);
return $blocks;
}