oopps, missed that

git-svn-id: file:///svn/phpbb/trunk@664 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-07-14 20:07:13 +00:00
parent 28a09fcc50
commit e266fc0488

View file

@ -128,8 +128,7 @@ else
$template->assign_vars(array(
"S_FRAME_HEADER" => "index.$phpEx?pane=top",
"S_FRAME_NAV" => "index.$phpEx?pane=left",
"S_FRAME_MAIN" => "index.$phpEx?pane=right",
)
"S_FRAME_MAIN" => "index.$phpEx?pane=right")
);
$template->pparse("body");