aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-05-04 17:15:23 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-05-04 17:15:23 +0000
commit617c49bb8e1ca3dc9c04f7c9222d29447659486d (patch)
tree99580826342b7bff00fd8a69193c036b8079fbdf /phpBB/viewforum.php
parentbd17c362c184e0146c300ed5d9dd842d469c1acd (diff)
downloadforums-617c49bb8e1ca3dc9c04f7c9222d29447659486d.tar
forums-617c49bb8e1ca3dc9c04f7c9222d29447659486d.tar.gz
forums-617c49bb8e1ca3dc9c04f7c9222d29447659486d.tar.bz2
forums-617c49bb8e1ca3dc9c04f7c9222d29447659486d.tar.xz
forums-617c49bb8e1ca3dc9c04f7c9222d29447659486d.zip
Removed nav_links
git-svn-id: file:///svn/phpbb/trunk@3978 89ea8834-ac86-4346-8a33-228a782c2dd0
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']);