aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authornatec <natec@users.sourceforge.net>2001-03-17 00:46:26 +0000
committernatec <natec@users.sourceforge.net>2001-03-17 00:46:26 +0000
commit40f1f172a81232e910e09981116e58f45bb6b344 (patch)
treec1e70a3cb88d1fb8a8675db7ba3cb5b6942a4795 /phpBB/posting.php
parentb1ce902c02c90e58dc54e52f90946937f7b569e0 (diff)
downloadforums-40f1f172a81232e910e09981116e58f45bb6b344.tar
forums-40f1f172a81232e910e09981116e58f45bb6b344.tar.gz
forums-40f1f172a81232e910e09981116e58f45bb6b344.tar.bz2
forums-40f1f172a81232e910e09981116e58f45bb6b344.tar.xz
forums-40f1f172a81232e910e09981116e58f45bb6b344.zip
New template system. Lots of merging conflicts, so let nate know if he broke stuff.
git-svn-id: file:///svn/phpbb/trunk@105 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index 657f025b77..e707faafb0 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -143,7 +143,7 @@ else
$notify_toggle .= "> $l_notify";
- $template->set_var(array("L_ABOUTPOST" => $l_aboutpost,
+ $template->assign_vars(array("L_ABOUTPOST" => $l_aboutpost,
"L_SUBJECT" => $l_subject,
"L_MESSAGEBODY" => $l_body,
"L_OPTIONS" => $l_options,
@@ -163,7 +163,7 @@ else
"NOTIFY_TOGGLE" => $notify_toggle,
"BBCODE_TOGGLE" => $bbcode_toggle,
"BBCODE_STATUS" => $bbcode_status));
- $template->pparse("output", "body");
+ $template->pparse("body");
include('includes/page_tail.'.$phpEx);
break;
case 'reply':