summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorShevAbam <shevabam@gmail.com>2015-07-15 14:12:29 +0200
committerShevAbam <shevabam@gmail.com>2015-07-15 14:12:29 +0200
commita935f5ece1d4b3738ad7b085d8dfebfbfc04cef0 (patch)
tree4e1864d6c8369a2d47879394ef76de9cbf856967 /index.php
parent118bb1862cfca13201d349df8ec23b830921efb5 (diff)
Themes available !
Disk : filesystem column is hidden in mobile view
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 5e8d5e9..eefe3d8 100644
--- a/index.php
+++ b/index.php
@@ -38,8 +38,8 @@ $update = $Config->checkUpdate();
});
</script>
</head>
-<body>
+<body class="theme-<?php echo $Config->get('esm:theme'); ?>">
<nav role="main">
<div id="appname">
@@ -227,7 +227,7 @@ $update = $Config->checkUpdate();
<thead>
<tr>
<?php if ($Config->get('disk:show_filesystem')): ?>
- <th class="w10p">Filesystem</th>
+ <th class="w10p filesystem">Filesystem</th>
<?php endif; ?>
<th class="w20p">Mount</th>
<th>Use</th>