Revision f14ab2c6
Added by Jim Pingle almost 6 years ago
src/usr/local/www/pkg.php | ||
---|---|---|
220 | 220 |
ksort($tab_array); |
221 | 221 |
} |
222 | 222 |
|
223 |
if (!empty($pkg['tabs'])) { |
|
224 |
$shortcut_section = $pkg['shortcut_section']; |
|
225 |
} |
|
226 |
|
|
223 | 227 |
include("head.inc"); |
224 | 228 |
if (isset($tab_array)) { |
225 | 229 |
foreach ($tab_array as $tabid => $tab) { |
Also available in: Unified diff
Setup shortcuts for packages. Fixes #9770
(cherry picked from commit 37213abe96e83884b4a8ffbbbb7cc759cd2799ec)