Merge pull request #3838 from doktornotor/patch-9

This commit is contained in:
Renato Botelho 2017-10-16 17:06:28 -02:00
commit 8734adf8d1
2 changed files with 2 additions and 9 deletions

View File

@ -190,9 +190,6 @@ if ($pkg['tabs'] != "") {
} else {
$active = false;
}
if (isset($tab['no_drop_down'])) {
$no_drop_down = true;
}
$urltmp = "";
if ($tab['url'] != "") {
$urltmp = $tab['url'];
@ -225,7 +222,7 @@ if ($pkg['tabs'] != "") {
include("head.inc");
if (isset($tab_array)) {
foreach ($tab_array as $tabid => $tab) {
display_top_tabs($tab); //, $no_drop_down, $tabid);
display_top_tabs($tab);
}
}

View File

@ -552,10 +552,6 @@ if ($pkg['tabs'] != "") {
$active = false;
}
if (isset($tab['no_drop_down'])) {
$no_drop_down = true;
}
$urltmp = "";
if ($tab['url'] != "") {
$urltmp = $tab['url'];
@ -594,7 +590,7 @@ if ($pkg['custom_php_after_head_command']) {
}
if (isset($tab_array)) {
foreach ($tab_array as $tabid => $tab) {
display_top_tabs($tab); //, $no_drop_down, $tabid);
display_top_tabs($tab);
}
}