mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/8041] Merge item name into "Return to" string for better translations
PHPBB3-8041
This commit is contained in:
@@ -1020,6 +1020,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
|
||||
{
|
||||
$template->assign_vars(array(
|
||||
'SEARCH_TOPIC' => $topic_title,
|
||||
'L_RETURN_TO_TOPIC' => $user->lang('RETURN_TO', $topic_title),
|
||||
'U_SEARCH_TOPIC' => $view_topic_url
|
||||
));
|
||||
}
|
||||
|
Reference in New Issue
Block a user