mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:11:47 +02:00
Missed msg_newpost update to use lang where possible
git-svn-id: file:///svn/phpbb/trunk@1793 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -71,7 +71,7 @@ $images['pm_sentbox'] = "$current_template_images/msg_sentbox.gif";
|
||||
$images['pm_readmsg'] = "$current_template_images/folder.gif";
|
||||
$images['pm_unreadmsg'] = "$current_template_images/folder_new.gif";
|
||||
$images['pm_replymsg'] = "$current_template_images/reply_lang.gif";
|
||||
$images['pm_postmsg'] = "$current_template_images/msg_newpost.gif";
|
||||
$images['pm_postmsg'] = "$current_template_images/msg_newpost_lang.gif";
|
||||
$images['pm_quotemsg'] = "$current_template_images/icon_quote_lang.gif";
|
||||
$images['pm_editmsg'] = "$current_template_images/icon_edit_lang.gif";
|
||||
$images['pm_new_msg'] = "";
|
||||
|
Reference in New Issue
Block a user