On 06/10/11 10:56, Ms. Nancy Wichmann wrote:
I believe the Example module includes a complete example of the block stuff. You will also need hook_block_info() (http://api.drupal.org/api/drupal/modules--block--block.api.php/function/hook...) in order for the blocks to show up in the blocks list. Then your hook_block_view() (http://api.drupal.org/api/drupal/modules--block--block.api.php/function/hook...) will work to generate it.
You might also be interested in http://drupal.org/coding-standards /*Nancy*/
Thanks Nancy easy when you know how. This worked perfectly.
You do a great service to people on this forum
Iain