Closed (fixed)
Project:
Latest Drupal Core Releases Block
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2009 at 14:07 UTC
Updated:
10 Jan 2010 at 22:53 UTC
With your current implementation of hook_theme(), it is not possible to override the block template by copying it to the theme directory. I suggest the following changes to be considered (see this comment titled "naming your template files)
function core_release_block_theme() {
$items['core_rel_block'] = array(
'template' => 'core-rel-block',
);
return $items;
}and renaming core-release-block.tpl.php as core-rel-block.tpl.php.
Comments
Comment #1
psicomante commentedFixed in dev release.