1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

Cache moderator names? Output moderators for all forums in viewforum. Alter a few things in templates

git-svn-id: file:///svn/phpbb/trunk@3061 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2002-11-18 21:04:45 +00:00
parent ce40939e60
commit 6e910ca116
11 changed files with 287 additions and 212 deletions

View File

@@ -621,7 +621,7 @@ switch ($mode)
break;
case 'edit':
$page_title = $user->lang['Edit_Post'];
$page_title = $user->lang['EDIT_POST'];
$s_action .= '&p=' . intval($post_id);
break;
}