diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-03 13:28:38 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-29 02:14:33 +0200 |
commit | 84a02f5cef6cd2cc4b8fb5e9e083e848df8d2a48 (patch) | |
tree | 65e65e400d0d6227ade5a70cfbda6cc2d310548a /phpBB/styles | |
parent | ef8d7b995e854c64a5f529978ee4898030ae9fa4 (diff) | |
download | forums-84a02f5cef6cd2cc4b8fb5e9e083e848df8d2a48.tar forums-84a02f5cef6cd2cc4b8fb5e9e083e848df8d2a48.tar.gz forums-84a02f5cef6cd2cc4b8fb5e9e083e848df8d2a48.tar.bz2 forums-84a02f5cef6cd2cc4b8fb5e9e083e848df8d2a48.tar.xz forums-84a02f5cef6cd2cc4b8fb5e9e083e848df8d2a48.zip |
[ticket/10073] Use get_username_string and correctly sprintf for languages
PHPBB3-10073
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/memberlist_email.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/index_body.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_email.html b/phpBB/styles/prosilver/template/memberlist_email.html index b8366a073a..45e3fcc865 100644 --- a/phpBB/styles/prosilver/template/memberlist_email.html +++ b/phpBB/styles/prosilver/template/memberlist_email.html @@ -26,7 +26,7 @@ <!-- IF S_SEND_USER --> <dl> <dt><label>{L_RECIPIENT}{L_COLON}</label></dt> - <dd><strong>{USERNAME}</strong></dd> + <dd><strong>{USERNAME_FULL}</strong></dd> </dl> <dl> <dt><label for="subject">{L_SUBJECT}{L_COLON}</label></dt> diff --git a/phpBB/styles/subsilver2/template/index_body.html b/phpBB/styles/subsilver2/template/index_body.html index 52f04af35f..2fdd0c77c1 100644 --- a/phpBB/styles/subsilver2/template/index_body.html +++ b/phpBB/styles/subsilver2/template/index_body.html @@ -26,6 +26,7 @@ <!-- ENDIF --> <!-- EVENT overall_footer_teamlink_after --> </span> +<!-- ENDIF --> <br /> <br clear="all" /> |