aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r--phpBB/viewforum.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index f4884f3e7f..1346fcc73c 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -548,14 +548,6 @@ if ($forum_data['forum_type'] == FORUM_POST)
}
}
-/*
-// Mozilla navigation links
-$nav_links['up'] = array(
- 'url' => 'index.' . $phpEx . $SID,
- 'title' => sprintf($user->lang['FORUM_INDEX'], $config['sitename'])
-);
-*/
-
// Dump out the page header and load viewforum template
page_header($user->lang['VIEW_FORUM'] . ' - ' . $forum_data['forum_name']);