diff options
Diffstat (limited to 'phpBB/faq.php')
-rw-r--r-- | phpBB/faq.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/faq.php b/phpBB/faq.php index 53de850195..19be7da43a 100644 --- a/phpBB/faq.php +++ b/phpBB/faq.php @@ -74,6 +74,7 @@ $template->assign_vars(array( 'L_BACK_TO_TOP' => $user->lang['BACK_TO_TOP'], 'SWITCH_COLUMN_MANUALLY' => (!$found_switch) ? true : false, + 'S_IN_FAQ' => true, )); page_header($l_title); |