aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-05-03 23:33:04 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-05-03 23:33:04 +0000
commit5b927b016203cf0eb73bc33a787b778b9f614578 (patch)
tree499cc72a3e7c42218a3357c7cbcb72d8cfcd87a4 /phpBB/templates
parentc6888eb18e5862154297a870f348d60a7e608de7 (diff)
downloadforums-5b927b016203cf0eb73bc33a787b778b9f614578.tar
forums-5b927b016203cf0eb73bc33a787b778b9f614578.tar.gz
forums-5b927b016203cf0eb73bc33a787b778b9f614578.tar.bz2
forums-5b927b016203cf0eb73bc33a787b778b9f614578.tar.xz
forums-5b927b016203cf0eb73bc33a787b778b9f614578.zip
only very small things.
git-svn-id: file:///svn/phpbb/trunk@3967 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/viewtopic_attach_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/viewtopic_attach_body.html b/phpBB/templates/subSilver/viewtopic_attach_body.html
index b1fa754d56..c2c8ec0298 100644
--- a/phpBB/templates/subSilver/viewtopic_attach_body.html
+++ b/phpBB/templates/subSilver/viewtopic_attach_body.html
@@ -59,7 +59,7 @@
<br /><span class="gensmall">{postrow.attachment.DOWNLOAD_NAME} - {postrow.attachment.L_DOWNLOADED_VIEWED} {postrow.attachment.L_DOWNLOAD_COUNT}</span><br /><br />
<!-- ELSEIF postrow.attachment.IS_THUMBNAIL -->
<span class="postbody">{postrow.attachment.COMMENT}<br />
- <a href="{postrow.attachment.U_DOWNLOAD_LINK}" target="_blank"><img src="{postrow.attachment.IMG_THUMB_SRC}" alt="{postrow.attachment.DOWNLOAD_NAME}" border="0" /></a></span>
+ <a href="{postrow.attachment.U_DOWNLOAD_LINK}" target="_blank"><img src="{postrow.attachment.THUMB_IMG}" alt="{postrow.attachment.DOWNLOAD_NAME}" border="0" /></a></span>
<br /><span class="gensmall">{postrow.attachment.DOWNLOAD_NAME} - {postrow.attachment.L_DOWNLOADED_VIEWED} {postrow.attachment.L_DOWNLOAD_COUNT}</span><br /><br />
<!-- ELSE -->
<span class="postbody">{postrow.attachment.COMMENT}</span><br />