1
0
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:
Joas Schilling
2014-03-12 00:56:07 +01:00
parent ad6fda5776
commit 9419edd686
9 changed files with 12 additions and 9 deletions

View File

@@ -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
));
}