aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-05-05 09:38:00 +0200
committerPayBas <contact@paybas.com>2014-05-05 09:38:00 +0200
commit4d64e09e7abf932940d15a0fe45694f4ce79b756 (patch)
tree0fd61e754abd95d501a95a8c6ff44706ce063459
parent172fa9e7aa7e535e9141d3b132ea43e272ea3f29 (diff)
downloadforums-4d64e09e7abf932940d15a0fe45694f4ce79b756.tar
forums-4d64e09e7abf932940d15a0fe45694f4ce79b756.tar.gz
forums-4d64e09e7abf932940d15a0fe45694f4ce79b756.tar.bz2
forums-4d64e09e7abf932940d15a0fe45694f4ce79b756.tar.xz
forums-4d64e09e7abf932940d15a0fe45694f4ce79b756.zip
[ticket/12488] subSilver2 fix (no longer displays if warnings = 0)
Don't know what I was thinking with this PHPBB3-12488
-rw-r--r--phpBB/styles/subsilver2/template/viewtopic_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html
index 5f4fe88bd6..82cf656aec 100644
--- a/phpBB/styles/subsilver2/template/viewtopic_body.html
+++ b/phpBB/styles/subsilver2/template/viewtopic_body.html
@@ -202,7 +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.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. -->