aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
authorBart van Bragt <bartvb@users.sourceforge.net>2001-11-26 12:09:37 +0000
committerBart van Bragt <bartvb@users.sourceforge.net>2001-11-26 12:09:37 +0000
commit8e50e5eb4e9ffc37e1d97aa39c22295086212f6a (patch)
tree9fe6c27d9b9aa2fdac8a62cc1311f7205560ac21 /phpBB/viewforum.php
parentdabc3a4b843b8de7badeac75af100f40458fd873 (diff)
downloadforums-8e50e5eb4e9ffc37e1d97aa39c22295086212f6a.tar
forums-8e50e5eb4e9ffc37e1d97aa39c22295086212f6a.tar.gz
forums-8e50e5eb4e9ffc37e1d97aa39c22295086212f6a.tar.bz2
forums-8e50e5eb4e9ffc37e1d97aa39c22295086212f6a.tar.xz
forums-8e50e5eb4e9ffc37e1d97aa39c22295086212f6a.zip
Implemented Navigation bar in Mozilla
git-svn-id: file:///svn/phpbb/trunk@1452 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r--phpBB/viewforum.php10
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
+?>