diff options
| author | PayBas <contact@paybas.com> | 2014-05-03 23:07:30 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-05-03 23:07:30 +0200 |
| commit | 2c5a2a13902975183ccf43c949aa9bc943641f06 (patch) | |
| tree | 4a02c2d657875605ac143bea983c42aad66c79a2 /phpBB/styles/subsilver2/template | |
| parent | b60108dc78af581fe5327fce4037731555203320 (diff) | |
| download | forums-2c5a2a13902975183ccf43c949aa9bc943641f06.tar forums-2c5a2a13902975183ccf43c949aa9bc943641f06.tar.gz forums-2c5a2a13902975183ccf43c949aa9bc943641f06.tar.bz2 forums-2c5a2a13902975183ccf43c949aa9bc943641f06.tar.xz forums-2c5a2a13902975183ccf43c949aa9bc943641f06.zip | |
[ticket/12488] Add user warning indication to viewtopic posts
PHPBB3-12488
Diffstat (limited to 'phpBB/styles/subsilver2/template')
| -rw-r--r-- | phpBB/styles/subsilver2/template/viewtopic_body.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html index 307ed0f391..5f4fe88bd6 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_body.html +++ b/phpBB/styles/subsilver2/template/viewtopic_body.html @@ -202,6 +202,7 @@ <span class="postdetails"> <!-- IF postrow.POSTER_JOINED --><br /><b>{L_JOINED}{L_COLON}</b> {postrow.POSTER_JOINED}<!-- ENDIF --> <!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}{L_COLON}</b> {postrow.POSTER_POSTS}<!-- ENDIF --> + <!-- IF postrow.POSTER_WARNINGS != '' --><br /><b>{L_WARNINGS}{L_COLON}</b> {postrow.POSTER_WARNINGS}<!-- ENDIF --> <!-- IF postrow.S_PROFILE_FIELD1 --> <!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. --> |
