aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/search.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/search.php b/phpBB/search.php
index 97a8f320d4..8e3d6b4d22 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -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"),
+));
+
/**
* This event allows you to alter the above parameters, such as keywords and submit
*