' . $output . $sub_menu . "\n"; } /* * Customize the PRIMARY and SECONDARY LINKS, to allow the admin tabs to work on all browsers */ function basic_menu_local_task($variables) { $link = $variables['element']['#link']; $link['localized_options']['html'] = TRUE; return '' . l('' . $link['title'] . '', $link['href'], $link['localized_options']) . "\n"; } /* * Duplicate of theme_menu_local_tasks() but adds clearfix to tabs. */ function basic_menu_local_tasks() { $output = array(); if ($primary = menu_primary_local_tasks()) { if(menu_secondary_local_tasks()) { $primary['#prefix'] = '