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:
@@ -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']);
|
||||
|
Reference in New Issue
Block a user