mirror of
https://github.com/unraid/webgui.git
synced 2025-12-31 06:30:10 -06:00
8 lines
324 B
PHP
Executable File
8 lines
324 B
PHP
Executable File
<div id="header" class="<?=$display['banner']?>">
|
|
<unraid-header-os-version></unraid-header-os-version>
|
|
<? if ($display['usage'] && $themeHelper->isSidebarTheme()): ?>
|
|
<span id='array-usage-sidenav'></span>
|
|
<? endif; ?>
|
|
<?include "$docroot/plugins/dynamix.my.servers/include/myservers2.php"?>
|
|
</div>
|