Closed (fixed)
Project:
Framework
Version:
6.x-3.3
Component:
PHP code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2011 at 23:24 UTC
Updated:
23 Nov 2011 at 18:10 UTC
In this version of framework theme the edit tabs are missing when show a panel page like a home page. I notice the template.php has new instruction that defines in otherwise the admin tabs.
The following lines are present in the new template as opposed to 6.x-3.1 that has not.
function hveb_menu_local_tasks() {
$output = '';
if ($primary = menu_primary_local_tasks()) {
$output .= "<ul class=\"tabs primary clearfix\">\n" . $primary . "</ul>\n";
}
if ($secondary = menu_secondary_local_tasks()) {
$output .= "<ul class=\"tabs secondary clearfix\">\n" . $secondary . "</ul>\n";
}
return $output;
}Please help.
Comments
Comment #1
Feliguez commentedComment #2
andregriffin commentedFixed in 3.3