Closed (fixed)
Project:
Andreas 1024px
Version:
7.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2011 at 10:07 UTC
Updated:
21 Oct 2011 at 19:12 UTC
Unfortunately, the titles of various blocks don't show up under Drupal 7 (7.8)
Possible solution:
The original block.tpl.php tries to access a block's title by $title. But
according to
http://api.drupal.org/api/drupal/modules--block--block.tpl.php/7 it should
be $block->subject. After changing all $title variables with $block->subject
it works for me.
Comments
Comment #1
alf_33 commentedHere is the content of my modified block.tpl.php:
Comment #2
nickbits commentedNew code uploaded. Currently in the Dev snapshot,, in release shortly. Please give that a try. Any problems, please open an issue...