1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 12:53:37 +02:00

Removed nav_links

git-svn-id: file:///svn/phpbb/trunk@3978 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-05-04 17:15:23 +00:00
parent bd17c362c1
commit 617c49bb8e
5 changed files with 5 additions and 62 deletions

View File

@@ -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']);