1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

I know the jumpbox layout doesn't always match the real forum structure ... will fix

git-svn-id: file:///svn/phpbb/trunk@3099 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2002-11-26 00:50:16 +00:00
parent 5f4b283a3e
commit 8f051f1b47
5 changed files with 80 additions and 78 deletions

View File

@@ -534,7 +534,7 @@ if (!empty($forum_id) || $mode == 'administrators' || $mode == 'supermoderators'
else
{
$select_list = make_forum_select();
$select_list = make_forum_select(false, false, false);
page_header($l_title);