aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
Diffstat (limited to 'day.php')
-rw-r--r--day.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/day.php b/day.php
index f06e8f7..b765dea 100644
--- a/day.php
+++ b/day.php
@@ -96,6 +96,12 @@ $page->replace_tags(array(
'l_download' => $lang['l_download'],
'l_this_site_is' => $lang['l_this_site_is']
));
+
+if ($allow_preferences != 'yes') {
+ $page->replace_tags(array(
+ 'allow_preferences' => ''
+ ));
+}
if ($allow_login == 'yes') {
$page->replace_tags(array(

© 2014-2024 Faster IT GmbH | imprint | privacy policy