1
0
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:
James Atkinson
2001-02-23 20:34:43 +00:00
parent fb2ae00b71
commit 52544a7385
4 changed files with 95 additions and 5 deletions

View File

@@ -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>";