mirror of
https://github.com/unraid/webgui.git
synced 2026-04-30 14:59:22 -05:00
Update DefaultPageLayout.php
This commit is contained in:
@@ -421,7 +421,7 @@ if ($display['usage']) my_usage();
|
||||
echo "</div>";
|
||||
echo "<div id='nav-right'>";
|
||||
foreach ($buttons as $button) {
|
||||
eval("?> \n<!--\n".str_repeat("#",30)."\n {$button['file']}\n".str_repeat("#",30)."\n-->\n");
|
||||
eval("?> \n<!--\n".str_repeat("#",30)."\n Button: {$button['file']}\n".str_repeat("#",30)."\n-->\n");
|
||||
eval('?>'.parse_text($button['text']));
|
||||
if (empty($button['Link'])) {
|
||||
$icon = $button['Icon'];
|
||||
|
||||
Reference in New Issue
Block a user