aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-20 02:24:41 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-20 02:24:41 +0000
commit0bc6beada8d88f31c381a137d1bae47c05261b97 (patch)
tree6df29caabfad14b04d4ee99fef74514d39463f11 /phpBB/viewtopic.php
parent5389b2c8aea0ced651ca23f4a26d7c7717d8714c (diff)
downloadforums-0bc6beada8d88f31c381a137d1bae47c05261b97.tar
forums-0bc6beada8d88f31c381a137d1bae47c05261b97.tar.gz
forums-0bc6beada8d88f31c381a137d1bae47c05261b97.tar.bz2
forums-0bc6beada8d88f31c381a137d1bae47c05261b97.tar.xz
forums-0bc6beada8d88f31c381a137d1bae47c05261b97.zip
Various updates
git-svn-id: file:///svn/phpbb/trunk@1383 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 13ebda63a2..10aae47f1c 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -453,6 +453,7 @@ $template->assign_vars(array(
"L_DISPLAY_POSTS" => $lang['Display_posts'],
"L_RETURN_TO_TOP" => $lang['Return_to_top'],
+ "S_TOPIC_LINK" => POST_TOPIC_URL,
"S_SELECT_POST_DAYS" => $select_post_days,
"S_SELECT_POST_ORDER" => $select_post_order,
"S_POST_DAYS_ACTION" => append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=" . $topic_id . "&amp;start=$start"))
@@ -1065,6 +1066,12 @@ $template->assign_vars(array(
"PAGINATION" => $pagination,
"PAGE_NUMBER" => sprintf($lang['Page_of'], ( floor( $start / $board_config['posts_per_page'] ) + 1 ), ceil( $total_replies / $board_config['posts_per_page'] )),
+ "L_LOCK_TOPIC" => $lang['Lock_topic'],
+ "L_UNLOCK_TOPIC" => $lang['Unlock_topic'],
+ "L_MOVE_TOPIC" => $lang['Move_topic'],
+ "L_SPLIT_TOPIC" => $lang['Split_topic'],
+ "L_DELETE_TOPIC" => $lang['Delete_topic'],
+
"S_AUTH_LIST" => $s_auth_can,
"S_TOPIC_ADMIN" => $topic_mod,
"S_WATCH_TOPIC" => $s_watching_topic,