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

damiankloip’s picture

Status: Active » Closed (duplicate)
damiankloip’s picture

Status: Closed (duplicate) » Fixed

My 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).

tomrishworth’s picture

Sweet, that's fixed it. Thanks

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.