diff --git a/phpBB/index.php b/phpBB/index.php index 41e86ed68f..4b18b0b996 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -202,6 +202,8 @@ if($total_categories = $db->sql_numrows($q_categories)) "NEWEST_UID" => $newest_uid, "USERS_BROWSING" => $users_browsing, + "L_FORUM_LOCKED" => $lang['Forum_is_locked'], + "U_NEWEST_USER_PROFILE" => append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$newest_uid")) ); diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 553c4092e8..5ac132463b 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -150,6 +150,7 @@ $lang['theforums'] = "the forums"; $lang['No_new_posts'] = "No new posts"; $lang['New_posts'] = "New posts"; $lang['Topic_is_locked'] = "Topic is locked"; +$lang['Forum_is_locked'] = "Forum is locked"; $lang['Joined'] = "Joined"; // @@ -244,7 +245,8 @@ $lang['Flood_Error'] = "Your last post was less then " . $board_config['flood_in $lang['Sorry_edit_own_posts'] = "Sorry but you can only edit your own posts"; $lang['Empty_subject'] = "You must specifiy a subject when posting a new topic"; $lang['Empty_message'] = "You must enter a message when posting"; -$lang['Annouce_and_sticky'] = "You cannot post a topic that is both an annoucement and a sticky topic"; +$lang['Announce_and_sticky'] = "You cannot post a topic that is both an announcement and a sticky topic"; +$lang['Forum_locked'] = "This forum is locked you cannot post, reply to or edit topics"; $lang['Topic_locked'] = "This topic is locked you cannot edit posts or make replies"; $lang['No_post_id'] = "You must select a post to edit"; $lang['No_topic_id'] = "You must select a topic to reply to"; diff --git a/phpBB/templates/PSO/index_body.tpl b/phpBB/templates/PSO/index_body.tpl index 0a2f364da7..9c1792499b 100644 --- a/phpBB/templates/PSO/index_body.tpl +++ b/phpBB/templates/PSO/index_body.tpl @@ -1,8 +1,9 @@ -
+ +
-
{SITENAME} {L_INDEX}
+ @@ -31,14 +32,14 @@ - + - + @@ -57,6 +58,9 @@ + + +
Private Messages{L_PRIVATEMSGS}
{L_PRIVATE_MESSAGE_INFO}
Who is Online{L_WHO_IS_ONLINE}
   {L_NONEWPOSTS}  {L_FORUM_LOCKED}
{S_TIMEZONE}