mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
Various updates
git-svn-id: file:///svn/phpbb/trunk@1383 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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 . "&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,
|
||||
|
Reference in New Issue
Block a user