aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/page_tail.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-10-16 11:12:32 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-10-16 11:12:32 +0000
commitd387e476bcc5c6d41bb6536530d11ed3aa34c682 (patch)
treeb74e4d32f6e9069060f9d8a6d806b46de42d521b /phpBB/includes/page_tail.php
parent83bc62fb2d6b02cf26e115e370db756e0d1b0683 (diff)
downloadforums-d387e476bcc5c6d41bb6536530d11ed3aa34c682.tar
forums-d387e476bcc5c6d41bb6536530d11ed3aa34c682.tar.gz
forums-d387e476bcc5c6d41bb6536530d11ed3aa34c682.tar.bz2
forums-d387e476bcc5c6d41bb6536530d11ed3aa34c682.tar.xz
forums-d387e476bcc5c6d41bb6536530d11ed3aa34c682.zip
Topic review changes + updates
git-svn-id: file:///svn/phpbb/trunk@1220 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/page_tail.php')
-rw-r--r--phpBB/includes/page_tail.php15
1 files changed, 12 insertions, 3 deletions
diff --git a/phpBB/includes/page_tail.php b/phpBB/includes/page_tail.php
index 12fb490384..dd761e77cb 100644
--- a/phpBB/includes/page_tail.php
+++ b/phpBB/includes/page_tail.php
@@ -33,9 +33,18 @@ else
}
$current_time = time();
-$template->set_filenames(array(
- "overall_footer" => "overall_footer.tpl")
-);
+if( empty($gen_simple_header) )
+{
+ $template->set_filenames(array(
+ "overall_footer" => "overall_footer.tpl")
+ );
+}
+else
+{
+ $template->set_filenames(array(
+ "overall_footer" => "simple_footer.tpl")
+ );
+}
$template->assign_vars(array(
"PHPBB_VERSION" => "2.0 beta-1",