mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14573] Add Search breadcrumbs
PHPBB3-14573
This commit is contained in:
parent
296bf434b0
commit
571a6df993
1 changed files with 5 additions and 0 deletions
|
@ -129,6 +129,11 @@ $phpbb_content_visibility = $phpbb_container->get('content.visibility');
|
||||||
/* @var $pagination \phpbb\pagination */
|
/* @var $pagination \phpbb\pagination */
|
||||||
$pagination = $phpbb_container->get('pagination');
|
$pagination = $phpbb_container->get('pagination');
|
||||||
|
|
||||||
|
$template->assign_block_vars('navlinks', array(
|
||||||
|
'FORUM_NAME' => $user->lang('SEARCH'),
|
||||||
|
'U_VIEW_FORUM' => append_sid("{$phpbb_root_path}search.$phpEx"),
|
||||||
|
));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This event allows you to alter the above parameters, such as keywords and submit
|
* This event allows you to alter the above parameters, such as keywords and submit
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue