1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

- load_moderators taken into account at index.php

- added S_UNREAD_TOPIC to viewforum
- changed S_UNREAD to S_UNREAD_POST in viewtopic


git-svn-id: file:///svn/phpbb/trunk@4995 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2004-10-08 10:59:23 +00:00
parent a50b38c277
commit 6fe3f0e7d4
3 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ $auth->acl($user->data);
$user->setup();
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
display_forums();
display_forums('', $config['load_moderators']);
// Set some stats, get posts count from forums data if we... hum... retrieve all forums data
$total_posts = $config['num_posts'];