diff options
Diffstat (limited to 'phpBB/styles/subsilver2/template/memberlist_email.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/memberlist_email.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/memberlist_email.html b/phpBB/styles/subsilver2/template/memberlist_email.html index 3b76525af9..13ff4baace 100644 --- a/phpBB/styles/subsilver2/template/memberlist_email.html +++ b/phpBB/styles/subsilver2/template/memberlist_email.html @@ -8,8 +8,10 @@ <tr> <!-- IF S_CONTACT_ADMIN--> <th colspan="2">{L_CONTACT_ADMIN}</th> - <!-- ELSE --> + <!-- ELSEIF S_SEND_USER --> <th colspan="2">{L_SEND_EMAIL_USER}</th> + <!-- ELSE --> + <th colspan="2">{L_EMAIL_TOPIC}</th> <!-- ENDIF --> </tr> <!-- IF ERROR_MESSAGE --> |
