aboutsummaryrefslogtreecommitdiffstats
path: root/include/page_header.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/page_header.php')
-rw-r--r--include/page_header.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/page_header.php b/include/page_header.php
index 6c157a5ec..6b9fcfffe 100644
--- a/include/page_header.php
+++ b/include/page_header.php
@@ -43,6 +43,10 @@ $template->assign(
isset($page['body_id']) ?
$page['body_id'] : '',
+ 'REVERSE' =>
+ (isset($conf['reverse_home_title']) and $conf['reverse_home_title']) ?
+ true : false,
+
'CONTENT_ENCODING' => get_pwg_charset(),
'PAGE_TITLE' => strip_tags($title),