mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-19 07:16:36 +02:00
[ticket/14573] Add Search breadcrumbs
PHPBB3-14573
This commit is contained in:
parent
3870b221d6
commit
fc0714721e
@ -129,6 +129,11 @@ $phpbb_content_visibility = $phpbb_container->get('content.visibility');
|
||||
/* @var $pagination \phpbb\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)
|
||||
{
|
||||
// clear arrays
|
||||
|
Loading…
x
Reference in New Issue
Block a user