By webjay on
I have the files block.tpl.php and block-aggregator.tpl.php but the code in block-aggregator.tpl.php is not shown when I look at the page where that block should be.
I have cleared the cache.
Any idea how to make block-aggregator.tpl.php usable?
Comments
Specific template overrides
Specific template overrides of generic templates use a '--' delimiter instead of '-' in drupal 7.
See: http://drupal.org/update/theme/6/7#template_files_double_hyphen
SLVD.it
Thx!