mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #3838 from doktornotor/patch-9
This commit is contained in:
commit
8734adf8d1
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user