Closed (fixed)
Project:
Zen
Version:
7.x-5.x-dev
Component:
PHP/JS code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2012 at 14:38 UTC
Updated:
11 Aug 2013 at 16:11 UTC
So I added:
function zen_process_block(&$variables, $hook) {
$variables['title'] = '';
// Drupal 7 should use a $title variable instead of $block->subject.
if(isset($variables['block']->subject)) {
$variables['title'] = $variables['block']->subject;
}
}
Sorry for not submitting a patch. I'm really busy right now.
Comments
Comment #1
johnalbinUnder what circumstances does this occur? I've not seen this bug.
Comment #2
sproets commentedFor me Zen in combination with Panelizer and leaving pane title empty...
Comment #3
JmOkay commentedFor me a combination of Zen, Panels and being on the Homepage
Comment #4
dave reidSeems this has been answered.
Comment #5
johnalbinFixed. http://drupalcode.org/project/zen.git/commitdiff/3102d65