Reviewed & tested by the community
Project:
Zen nineSixty (960 Grid system)
Version:
6.x-4.3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
28 Nov 2010 at 13:33 UTC
Updated:
2 Oct 2014 at 17:01 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedI spotted this also. The better way to resolve is to override
theme_menu_local_tasks(). Add this to your template.php (the one inzen_ninesixty/folder):Alternatively, you can apply the patch from http://drupal.org/node/984796 and them apply the attached patch.
Comment #2
Anonymous (not verified) commentedComment #3
Anonymous (not verified) commentedthat looks a bit heavy just to get the tabs in the right place. I dont know if i want to add php just to get that right, it should by default be right in the css.
Comment #4
Robrecht Jacques commentedI can confirm that the tabs show up correctly after applying the patch.
Just like "clearfix" has been replaced by "clear-block" in node.tpl.php and other files, it should be replaced in the tabs as well.