aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-09-26 16:53:40 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-09-26 16:53:40 +0000
commitb2afdc0704e2c827e0174a113ea105a551b15039 (patch)
tree289484d37171c07a1877d38515e0bb87c96b6995 /phpBB/styles
parentcb85c2c57cd7d6bfd93950f993125d4a6771e65e (diff)
downloadforums-b2afdc0704e2c827e0174a113ea105a551b15039.tar
forums-b2afdc0704e2c827e0174a113ea105a551b15039.tar.gz
forums-b2afdc0704e2c827e0174a113ea105a551b15039.tar.bz2
forums-b2afdc0704e2c827e0174a113ea105a551b15039.tar.xz
forums-b2afdc0704e2c827e0174a113ea105a551b15039.zip
#i53
git-svn-id: file:///svn/phpbb/trunk@8113 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/ucp_attachments.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_attachments.html b/phpBB/styles/prosilver/template/ucp_attachments.html
index 165cf86032..c2866c28e2 100644
--- a/phpBB/styles/prosilver/template/ucp_attachments.html
+++ b/phpBB/styles/prosilver/template/ucp_attachments.html
@@ -34,7 +34,7 @@
<li class="row<!-- IF attachrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
<dl>
<dt><a href="{attachrow.U_VIEW_ATTACHMENT}" class="topictitle">{attachrow.FILENAME}</a><br />
- {L_TOPIC}: <a href="{attachrow.U_VIEW_TOPIC}">{attachrow.TOPIC_TITLE}</a></dt>
+ <!-- IF attachrow.S_IN_MESSAGE -->{L_PM}: <!-- ELSE -->{L_TOPIC}: <!-- ENDIF --><a href="{attachrow.U_VIEW_TOPIC}">{attachrow.TOPIC_TITLE}</a></dt>
<dd class="extra">{attachrow.DOWNLOAD_COUNT}</dd>
<dd class="extra">{attachrow.SIZE}</dd>
<dd class="time"><span>{attachrow.POST_TIME}</span></dd>