Closed (duplicate)
Project:
Omega
Version:
7.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Sep 2011 at 07:13 UTC
Updated:
10 Apr 2012 at 01:27 UTC
I believe the $title_prefix and $title_suffix template variables need to be wrapped around the outside of the $title conditional statement, to satisfy...
"It is important that the variables be rendered even if the title itself is not being displayed", explained here, http://drupal.org/update/themes/6/7#title-prefix-suffix
The file, region--content.tpl.php (omega/templates) has the $title_prefix and $title_suffix template variables inside the check for if there is a $title.
Here is a patch.
| Comment | File | Size | Author |
|---|---|---|---|
| prefix-suffix-wrap.patch | 962 bytes | echoz |
Comments
Comment #1
himerus commentedGood find. By logic, I wouldn't have thought those would be displayed if there were no title.
Will review patch and commit soon
Comment #2
marcoka commentedComment #3
marcoka commentedComment #4
bforchhammer commentedFor reference, this was fixed in #1309660: Ensure $title_suffix is always rendered (i.e. fix contextual links)
Comment #5
himerus commented