mirror of
https://github.com/unraid/webgui.git
synced 2026-05-03 08:19:27 -05:00
Revamp of themes White and Black
New style themes, including fixes and enhancements. Ported back to themes Azure and Gray
This commit is contained in:
@@ -13,12 +13,13 @@
|
||||
<?
|
||||
$docroot = $docroot ?? $_SERVER['DOCUMENT_ROOT'] ?: '/usr/local/emhttp';
|
||||
require_once "$docroot/webGui/include/Markdown.php";
|
||||
require_once "$docroot/webGui/include/Helpers.php";
|
||||
?>
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<link type="text/css" rel="stylesheet" href="/webGui/styles/default-fonts.css">
|
||||
<link type="text/css" rel="stylesheet" href="/webGui/styles/default-popup.css">
|
||||
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/default-fonts.css")?>">
|
||||
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/default-popup.css")?>">
|
||||
</head>
|
||||
<body style="margin:14px 10px">
|
||||
<?
|
||||
|
||||
Reference in New Issue
Block a user