1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Started on posting.php, got the logic done for displaying the new topic form

git-svn-id: file:///svn/phpbb/trunk@83 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson
2001-03-07 06:53:39 +00:00
parent 231c945e35
commit 9ef35696d2
8 changed files with 299 additions and 76 deletions

View File

@@ -31,7 +31,7 @@ unset($ip);
include('template.inc');
// Setup what template to use. Currently just use default
$template = new Template("./templates/Default", "keep");
$template = new Template("./templates/Default", "remove");
include('functions/error.'.$phpEx);
include('functions/sessions.'.$phpEx);