aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/page_header.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_header.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_header.php')
-rw-r--r--phpBB/includes/page_header.php15
1 files changed, 12 insertions, 3 deletions
diff --git a/phpBB/includes/page_header.php b/phpBB/includes/page_header.php
index 7f667f5b45..578639bee1 100644
--- a/phpBB/includes/page_header.php
+++ b/phpBB/includes/page_header.php
@@ -56,9 +56,18 @@ if($board_config['gzip_compress'])
//
// Parse and show the overall header.
//
-$template->set_filenames(array(
- "overall_header" => "overall_header.tpl")
-);
+if( empty($gen_simple_header) )
+{
+ $template->set_filenames(array(
+ "overall_header" => "overall_header.tpl")
+ );
+}
+else
+{
+ $template->set_filenames(array(
+ "overall_header" => "simple_header.tpl")
+ );
+}
//
// Generate logged in/logged out status