mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
View forum page is started. Need private forum checking
git-svn-id: file:///svn/phpbb/trunk@34 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -38,6 +38,7 @@ $newest_uid = $newest_userdata["user_id"];
|
||||
$users_browsing = "4 Users";
|
||||
|
||||
$pagetype = "index";
|
||||
$page_title = "Forum Index";
|
||||
include('page_header.'.$phpEx);
|
||||
|
||||
$template->set_block("body", "catrow", "cats");
|
||||
@@ -84,7 +85,7 @@ if($total_categories)
|
||||
}
|
||||
else
|
||||
{
|
||||
$last_post = "";
|
||||
$last_post = "No Posts";
|
||||
}
|
||||
|
||||
$moderators = "<a href=\"profile.$phpEx?mode=viewprofile&user_id=1\">theFinn</a>";
|
||||
|
Reference in New Issue
Block a user