diff options
Diffstat (limited to 'phpBB/index.php')
| -rw-r--r-- | phpBB/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/index.php b/phpBB/index.php index 54cd288c68..f9e1965725 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -408,7 +408,7 @@ else // we do this here because of the mark topics read cookie // code // -$page_title = $lang['Forum_Index']; +$page_title = $lang['Index']; include($phpbb_root_path . 'includes/page_header.'.$phpEx); // |
