aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-03-12 00:56:07 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-03-12 01:05:05 +0100
commit9419edd6862aabf59a989ab7cb88d938cf3b0247 (patch)
tree3fb1dbd3fc3454bb7b80a24d4a43319e67d84434 /phpBB/viewtopic.php
parentad6fda57764d2635741fc07f3db32fbe42057b72 (diff)
downloadforums-9419edd6862aabf59a989ab7cb88d938cf3b0247.tar
forums-9419edd6862aabf59a989ab7cb88d938cf3b0247.tar.gz
forums-9419edd6862aabf59a989ab7cb88d938cf3b0247.tar.bz2
forums-9419edd6862aabf59a989ab7cb88d938cf3b0247.tar.xz
forums-9419edd6862aabf59a989ab7cb88d938cf3b0247.zip
[ticket/8041] Merge item name into "Return to" string for better translations
PHPBB3-8041
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index ab72b34487..596272636a 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -634,6 +634,7 @@ $template->assign_vars(array(
'S_TOPIC_ACTION' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&amp;t=$topic_id" . (($start == 0) ? '' : "&amp;start=$start")),
'S_MOD_ACTION' => append_sid("{$phpbb_root_path}mcp.$phpEx", "f=$forum_id&amp;t=$topic_id" . (($start == 0) ? '' : "&amp;start=$start") . "&amp;quickmod=1&amp;redirect=" . urlencode(str_replace('&amp;', '&', $viewtopic_url)), true, $user->session_id),
+ 'L_RETURN_TO_FORUM' => $user->lang('RETURN_TO', $topic_data['forum_name']),
'S_VIEWTOPIC' => true,
'S_DISPLAY_SEARCHBOX' => ($auth->acl_get('u_search') && $auth->acl_get('f_search', $forum_id) && $config['load_search']) ? true : false,
'S_SEARCHBOX_ACTION' => append_sid("{$phpbb_root_path}search.$phpEx"),