1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 15:31:42 +02:00

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
This commit is contained in:
natec
2001-03-17 00:46:26 +00:00
parent b1ce902c02
commit 40f1f172a8
12 changed files with 476 additions and 438 deletions

View File

@@ -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':