diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-18 10:29:26 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-18 10:29:26 +0000 |
commit | 2ef42b7ae0572050191d76dbb41edd3b2017baab (patch) | |
tree | bf14012a0ca930f42a24dc2a94b10cca4ce80d3a /phpBB/styles/subsilver2/template/posting_review.html | |
parent | 8b4b4651c80bd118a6f18dd661562bff77a9b7b3 (diff) | |
download | forums-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/subsilver2/template/posting_review.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/posting_review.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_review.html b/phpBB/styles/subsilver2/template/posting_review.html index eda1af6903..edabe3e12c 100644 --- a/phpBB/styles/subsilver2/template/posting_review.html +++ b/phpBB/styles/subsilver2/template/posting_review.html @@ -57,7 +57,7 @@ <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr valign="middle"> <td width="100%"> </td> - <td width="10" nowrap="nowrap"><a href="{post_review_row.U_MINI_POST}">{post_review_row.MINI_POST_IMG}</a></td> + <td width="10" nowrap="nowrap"><!-- 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 --></td> <td class="gensmall" nowrap="nowrap"><b>{L_POSTED}:</b> {post_review_row.POST_DATE}</td> </tr> </table> |