mirror of
https://github.com/unraid/webgui.git
synced 2026-04-26 12:20:42 -05:00
Fix coding warnings
This commit is contained in:
@@ -33,7 +33,7 @@ function show_map($menu, $level) {
|
||||
return;
|
||||
echo "<ul>";
|
||||
foreach ($pages as $page) {
|
||||
$link ="<a href='/{$page['name']}'>{$page['name']}</a>";
|
||||
$link = "<a href='/{$page['name']}'>{$page['name']}</a>";
|
||||
$title = $page['Title'] ?? '';
|
||||
$type = $page['Type'] ?? '';
|
||||
if ($type == "menu") {
|
||||
|
||||
Reference in New Issue
Block a user