aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-10-02 00:09:38 +0000
committerChad Little <clittle@users.sourceforge.net>2004-10-02 00:09:38 +0000
commit8d867c3cf86cbc7b82d0fa41bb956790fd379a85 (patch)
treec5d3c87599d072e48ffeb8d6109ff3bbd779aa24 /month.php
parentedd26d1248867594bf30cf7754731b6c64c9dbfd (diff)
downloadphpicalendar-8d867c3cf86cbc7b82d0fa41bb956790fd379a85.tar.gz
phpicalendar-8d867c3cf86cbc7b82d0fa41bb956790fd379a85.tar.bz2
phpicalendar-8d867c3cf86cbc7b82d0fa41bb956790fd379a85.zip
Added new languages, fixed minor bugs.
Diffstat (limited to 'month.php')
-rw-r--r--month.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/month.php b/month.php
index 3e1860f..5211e53 100644
--- a/month.php
+++ b/month.php
@@ -99,6 +99,12 @@ $page->replace_tags(array(
'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(
'l_invalid_login' => $lang['l_invalid_login'],

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