Closed (won't fix)
Project:
OpenChurch Theme
Version:
7.x-1.0-beta12
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2012 at 16:21 UTC
Updated:
22 Dec 2014 at 19:50 UTC
Jump to comment: Most recent
Comments
Comment #1
drupalninja99 commentedTry the latest version and let me know if it still happens. I am using the same block.tpl.php (more or less) that comes with the fusion theme.
Comment #2
jking1224 commentedyes, I just updated to OpenChurch beta12 distribution and tried the standalone openchurch_theme beta12.
The code error is still there: block.tpl.php still contains $block->subject instead of $block->title in two places.
Comment #3
drupalninja99 commentedI think I just needed to wrap the condition in a !empty() to prevent the notice errors. I think subject is right.
Comment #4
drupalninja99 commentedNo longer supporting 1x fixes