diff options
author | Chris Smith <toonarmy@phpbb.com> | 2008-11-24 07:22:28 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2008-11-24 07:22:28 +0000 |
commit | ae9c4068e7bdb61c7ec67dfc3fb98803d15759d1 (patch) | |
tree | 9055e3f2324729643acb0ebf1ac9d88204adf5b1 /phpBB/styles/prosilver/template/ucp_attachments.html | |
parent | 21573a847394e996b4df49905a235f6506cbd270 (diff) | |
download | forums-ae9c4068e7bdb61c7ec67dfc3fb98803d15759d1.tar forums-ae9c4068e7bdb61c7ec67dfc3fb98803d15759d1.tar.gz forums-ae9c4068e7bdb61c7ec67dfc3fb98803d15759d1.tar.bz2 forums-ae9c4068e7bdb61c7ec67dfc3fb98803d15759d1.tar.xz forums-ae9c4068e7bdb61c7ec67dfc3fb98803d15759d1.zip |
Deprecate S_ROW_COUNT, remove *really* old assignments from the code
git-svn-id: file:///svn/phpbb/trunk@9107 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_attachments.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_attachments.html | 2 |
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 8052fdc435..4eccfaa69b 100644 --- a/phpBB/styles/prosilver/template/ucp_attachments.html +++ b/phpBB/styles/prosilver/template/ucp_attachments.html @@ -30,7 +30,7 @@ <ul class="topiclist cplist"> <!-- BEGIN attachrow --> - <li class="row<!-- IF attachrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> + <li class="row<!-- IF attachrow.S_ROW_NUM is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> <dl> <dt style="width: 40%"><a href="{attachrow.U_VIEW_ATTACHMENT}" class="topictitle">{attachrow.FILENAME}</a> ({attachrow.SIZE})<br /> <!-- IF attachrow.S_IN_MESSAGE -->{L_PM}: <!-- ELSE -->{L_TOPIC}: <!-- ENDIF --><a href="{attachrow.U_VIEW_TOPIC}">{attachrow.TOPIC_TITLE}</a></dt> |