Files
webgui/emhttp/plugins/dynamix/include/DefaultPageLayout/Header.php
Zack Spear 559115bfe9 refactor: simplify header structure in DefaultPageLayout
- Removed unnecessary wrapper div and adjusted the header layout in Header.php for cleaner code.
- Updated CSS to reflect changes in the header structure, ensuring proper styling for the unraid-header-os-version component.

This change aims to enhance code readability and maintainability by streamlining the header layout. No further changes are pending for this task.
2025-07-09 15:46:11 -07:00

6 lines
193 B
PHP

<div id="header" class="<?=$display['banner']?>">
<unraid-header-os-version></unraid-header-os-version>
<?include "$docroot/plugins/dynamix.my.servers/include/myservers2.php"?>
</div>