mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14626] Event core.make_jumpbox_modify_tpl_ary
PHPBB3-14626
This commit is contained in:
parent
516670225d
commit
cff2895599
1 changed files with 2 additions and 4 deletions
|
@ -244,10 +244,8 @@ function make_jumpbox($action, $forum_id = false, $select_all = false, $acl_list
|
||||||
);
|
);
|
||||||
extract($phpbb_dispatcher->trigger_event('core.make_jumpbox_modify_tpl_ary', compact($vars)));
|
extract($phpbb_dispatcher->trigger_event('core.make_jumpbox_modify_tpl_ary', compact($vars)));
|
||||||
|
|
||||||
foreach ($tpl_ary as $i => $ary)
|
$template->assign_block_vars_array('jumpbox_forums', $tpl_ary);
|
||||||
{
|
|
||||||
$template->assign_block_vars('jumpbox_forums', $ary);
|
|
||||||
}
|
|
||||||
unset($tpl_ary);
|
unset($tpl_ary);
|
||||||
|
|
||||||
for ($i = 0; $i < $padding; $i++)
|
for ($i = 0; $i < $padding; $i++)
|
||||||
|
|
Loading…
Add table
Reference in a new issue