mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14573] Add Search breadcrumbs
PHPBB3-14573
This commit is contained in:
parent
3870b221d6
commit
fc0714721e
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"),
|
||||||
|
));
|
||||||
|
|
||||||
if ($keywords || $author || $author_id || $search_id || $submit)
|
if ($keywords || $author || $author_id || $search_id || $submit)
|
||||||
{
|
{
|
||||||
// clear arrays
|
// clear arrays
|
||||||
|
|
Loading…
Add table
Reference in a new issue