From 8d867c3cf86cbc7b82d0fa41bb956790fd379a85 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 2 Oct 2004 00:09:38 +0000 Subject: Added new languages, fixed minor bugs. --- day.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'day.php') 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( -- cgit v1.2.3