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