summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/css/general.css')
-rw-r--r--frontend/css/general.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/css/general.css b/frontend/css/general.css
index df0d3a6..4638de5 100644
--- a/frontend/css/general.css
+++ b/frontend/css/general.css
@@ -104,7 +104,7 @@ hr {
.pointer {
cursor: pointer;
}
-<?php if ($conf['debug']) { ?>
+<?php if ($S['conf']['debug']) { ?>
html {
margin-bottom: 2em;
}