aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_topic_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_topic_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_topic_review.html')
-rw-r--r--phpBB/styles/prosilver/template/posting_topic_review.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_topic_review.html b/phpBB/styles/prosilver/template/posting_topic_review.html
index 19b52d3738..929ebd1c45 100644
--- a/phpBB/styles/prosilver/template/posting_topic_review.html
+++ b/phpBB/styles/prosilver/template/posting_topic_review.html
@@ -17,7 +17,7 @@
<!-- ENDIF -->
<!-- IF topic_review_row.U_MCP_DETAILS --><div class="right-box"><a href="{topic_review_row.U_MCP_DETAILS}">{L_POST_DETAILS}</a></div><!-- ENDIF -->
<h3><a href="#pr{topic_review_row.U_POST_ID}">{topic_review_row.POST_SUBJECT}</a></h3>
- <p class="author"><a href="{topic_review_row.U_MINI_POST}">{topic_review_row.MINI_POST_IMG}</a> {L_POST_BY_AUTHOR} <strong>{topic_review_row.POST_AUTHOR_FULL}</strong> {L_POSTED_ON_DATE} {topic_review_row.POST_DATE} </p>
+ <p class="author"><!-- IF S_IS_BOT -->{topic_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{topic_review_row.U_MINI_POST}">{topic_review_row.MINI_POST_IMG}</a><!-- ENDIF --> {L_POST_BY_AUTHOR} <strong>{topic_review_row.POST_AUTHOR_FULL}</strong> {L_POSTED_ON_DATE} {topic_review_row.POST_DATE} </p>
<div class="content">
{topic_review_row.MESSAGE}
</div>