aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_review.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-18 10:29:26 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-18 10:29:26 +0000
commit2ef42b7ae0572050191d76dbb41edd3b2017baab (patch)
treebf14012a0ca930f42a24dc2a94b10cca4ce80d3a /phpBB/styles/prosilver/template/posting_review.html
parent8b4b4651c80bd118a6f18dd661562bff77a9b7b3 (diff)
downloadforums-2ef42b7ae0572050191d76dbb41edd3b2017baab.tar
forums-2ef42b7ae0572050191d76dbb41edd3b2017baab.tar.gz
forums-2ef42b7ae0572050191d76dbb41edd3b2017baab.tar.bz2
forums-2ef42b7ae0572050191d76dbb41edd3b2017baab.tar.xz
forums-2ef42b7ae0572050191d76dbb41edd3b2017baab.zip
Some tiny fixes.
git-svn-id: file:///svn/phpbb/trunk@7628 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_review.html')
-rw-r--r--phpBB/styles/prosilver/template/posting_review.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_review.html b/phpBB/styles/prosilver/template/posting_review.html
index 5ea9d99422..6f86e83a8f 100644
--- a/phpBB/styles/prosilver/template/posting_review.html
+++ b/phpBB/styles/prosilver/template/posting_review.html
@@ -8,7 +8,7 @@
<div class="postbody">
<h3><a href="#ppr{post_review_row.POST_ID}">{post_review_row.POST_SUBJECT}</a></h3>
- <p class="author"><a href="{post_review_row.U_MINI_POST}">{post_review_row.MINI_POST_IMG}</a> {L_POST_BY_AUTHOR}<strong> {post_review_row.POST_AUTHOR_FULL}</strong> {L_POSTED_ON_DATE} {post_review_row.POST_DATE}</p>
+ <p class="author"><!-- IF S_IS_BOT -->{post_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{post_review_row.U_MINI_POST}">{post_review_row.MINI_POST_IMG}</a><!-- ENDIF --> {L_POST_BY_AUTHOR}<strong> {post_review_row.POST_AUTHOR_FULL}</strong> {L_POSTED_ON_DATE} {post_review_row.POST_DATE}</p>
<div class="content">
{post_review_row.MESSAGE}
</div>