mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Added jumpbox template to newtopic
git-svn-id: file:///svn/phpbb/trunk@198 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
bd1fc382e9
commit
2f558be76f
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@ switch($pagetype)
|
|||
case 'newtopic':
|
||||
$template->set_filenames(array(
|
||||
"header" => "newtopic_header.tpl",
|
||||
"jumpbox" => "jumpbox.tpl",
|
||||
"body" => "posting_body.tpl"));
|
||||
$jumpbox = make_jumpbox();
|
||||
$template->assign_vars(array(
|
||||
|
|
Loading…
Add table
Reference in a new issue