Closed (fixed)
Project:
Basic
Version:
7.x-2.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2011 at 06:18 UTC
Updated:
14 Jul 2011 at 09:51 UTC
On a page created by a view I'm not getting the contextual edit button when hovering over the view. When I switch back to the Bartik theme its there.
Comments
Comment #1
damiankloip commentedDuplicate of http://drupal.org/node/926388
Comment #2
damiankloip commentedMy mistake, This issue is for the D7 branch. I will commit a patch now to fix this.
The page.tpl.php template was missing the $title_suffix variable.
tomnz, If you want to fix this on your install please add :
<?php print render($title_suffix); ?>Just above print $messages variable (line 63 I think).
Comment #3
tomrishworth commentedSweet, that's fixed it. Thanks