diff options
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r-- | phpBB/viewforum.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index c7dc2ef986..306fce295c 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -611,6 +611,14 @@ else } // +// Mozilla navigation bar +// +$nav_links['up'] = array( + 'url' => append_sid("index.".$phpEx), + 'title' => sprintf($lang['Forum_Index'], $board_config['sitename']) +); + +// // Dump out the page header and load viewforum template // $page_title = $lang['View_forum'] . " - " . $forum_row['forum_name']; @@ -626,4 +634,4 @@ $template->pparse("body"); // include($phpbb_root_path . 'includes/page_tail.'.$phpEx); -?>
\ No newline at end of file +?> |