diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-05-04 17:15:23 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-05-04 17:15:23 +0000 |
commit | 617c49bb8e1ca3dc9c04f7c9222d29447659486d (patch) | |
tree | 99580826342b7bff00fd8a69193c036b8079fbdf /phpBB/viewtopic.php | |
parent | bd17c362c184e0146c300ed5d9dd842d469c1acd (diff) | |
download | forums-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/viewtopic.php')
-rw-r--r-- | phpBB/viewtopic.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index e3ca4a5e1e..008ae24feb 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -1358,21 +1358,6 @@ if (!preg_match("#&t=$topic_id#", $user->data['session_page'])) } -// Mozilla navigation bar -/* -$nav_links['prev'] = array( - 'url' => $view_prev_topic_url, - 'title' => $user->lang['View_previous_topic'] -); -$nav_links['next'] = array( - 'url' => $view_next_topic_url, - 'title' => $user->lang['View_next_topic'] -); -$nav_links['up'] = array( - 'url' => $view_forum_url, - 'title' => $forum_name -); -*/ // Mark topics read markread('topic', $forum_id, $topic_id, $last_post_time); |