mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
Cleaned up viewforum/index, altered template class to replace missing lang strings with a nicely formatted text, pre-implemented topics prefetching and broke some things.
git-svn-id: file:///svn/phpbb/trunk@3018 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -139,7 +139,7 @@ $lang = array_merge($lang, array(
|
||||
'Last_Post' => 'Last Post',
|
||||
'Moderator' => 'Moderator',
|
||||
'Moderators' => 'Moderators',
|
||||
'View_moderators' => 'List forum moderators',
|
||||
'VIEW_MODERATORS' => 'List forum moderators',
|
||||
'Login_check_pm' => 'Login to check your private messages',
|
||||
'New_pms' => '<b>%d</b> new messages',
|
||||
'New_pm' => '<b>%d</b> new message',
|
||||
|
Reference in New Issue
Block a user