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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user