Added jumpbox template to newtopic

git-svn-id: file:///svn/phpbb/trunk@198 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-04-20 01:08:05 +00:00
parent bd1fc382e9
commit 2f558be76f

View file

@ -192,6 +192,7 @@ switch($pagetype)
case 'newtopic': case 'newtopic':
$template->set_filenames(array( $template->set_filenames(array(
"header" => "newtopic_header.tpl", "header" => "newtopic_header.tpl",
"jumpbox" => "jumpbox.tpl",
"body" => "posting_body.tpl")); "body" => "posting_body.tpl"));
$jumpbox = make_jumpbox(); $jumpbox = make_jumpbox();
$template->assign_vars(array( $template->assign_vars(array(