Closed (won't fix)
Project:
AdaptiveTheme
Version:
7.x-3.x-dev
Component:
CSS/HTML
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
8 May 2013 at 21:06 UTC
Updated:
28 Jul 2022 at 22:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
aliyakhan commentedprint render($title_suffix);This is closing div for the titles added by module to wrap the content. Did you face any issues regarding same?Comment #2
Anonymous (not verified) commentedNo, it's not.
According to the documentation in modules/block/block.tpl.php,
And the actual code there is:
The suffix is meant to come right after the title, not after the content of the block.
Yes, I did have trouble with this, in a theme that set $title_suffix. It came out in the wrong place.
Comment #3
znerol commentedI agree, those two lines need to be swapped. Patch attached.
Comment #4
Jeff Burnz commentedSomehow I totally overlooked this issue and patches.
Technically no change is needed. The only thing output by suffix (in Drupal core) is contextual links. I personally don't know of another module that uses this variable, so it's safe where they are. Really this is a feature request, there is no hard technical reason why I have to follow the documentation, and frankly I consider it to be rather overstating how we can or should use this variable. Its just not up to Core to tell me where to output contextual links, that is a theming decision.
If someone can show me a bug I'm all ears, otherwise I would prefer to leave this alone, mainly because there are so many existing AT installations and someone might have used this variable in their site (custom module etc), so could be a little dangerous to move it at this stage.
Comment #5
Jeff Burnz commentedI am setting this won't fix for D7 Adaptivetheme due to the above reasons.