mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Output moderator list for forums
git-svn-id: file:///svn/phpbb/trunk@3059 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b86d90362d
commit
68d4dcf0d3
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ if ($forum_data['left_id'] != $forum_data['right_id'] - 1)
|
||||||
));
|
));
|
||||||
|
|
||||||
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
|
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
|
||||||
display_forums($forum_data, FALSE);
|
display_forums($forum_data);
|
||||||
}
|
}
|
||||||
|
|
||||||
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
|
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
|
||||||
|
|
Loading…
Add table
Reference in a new issue