aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorNicolas LLOBERA <nllobera@gmail.com>2017-03-20 16:51:18 +0100
committerNicolas LLOBERA <nllobera@gmail.com>2017-03-20 16:51:18 +0100
commit3b04b43e1792ee127ad4342384e3d6e6cc144445 (patch)
tree6d16c547676d5c76349fc67dba2c811981475675 /index.php
parent5390cbdfe941f19e146ebbd7587c33c84ac7b318 (diff)
Revert "dark theme"
This reverts commit 859f243fa2f3f8d305c00a3096eda4e1fb9082a0.
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index 9ad270b..fbf0c09 100644
--- a/index.php
+++ b/index.php
@@ -11,7 +11,6 @@ $update = $Config->checkUpdate();
<title>eZ Server Monitor - <?php echo Misc::getHostname(); ?></title>
<link rel="stylesheet" href="web/css/utilities.css" type="text/css">
<link rel="stylesheet" href="web/css/frontend.css" type="text/css">
- <link rel="stylesheet" href="web/css/darktheme.css" type="text/css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>