mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
oopps, missed that
git-svn-id: file:///svn/phpbb/trunk@664 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
28a09fcc50
commit
e266fc0488
1 changed files with 1 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue