mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Use "Views" string for thumbnails (#1257)
This commit is contained in:
parent
b4198d3ccc
commit
5a3d5947ce
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
</p>
|
</p>
|
||||||
<p class="attach_link">
|
<p class="attach_link">
|
||||||
<a href="{postrow.attach.cat_thumb_images.IMG_SRC}" target="_blank"><b>{postrow.attach.cat_thumb_images.DOWNLOAD_NAME}</b></a>
|
<a href="{postrow.attach.cat_thumb_images.IMG_SRC}" target="_blank"><b>{postrow.attach.cat_thumb_images.DOWNLOAD_NAME}</b></a>
|
||||||
<span class="attach_stats med">({postrow.attach.cat_thumb_images.FILESIZE}, {L_DOWNLOADED}: {postrow.attach.cat_thumb_images.DOWNLOAD_COUNT})</span>
|
<span class="attach_stats med">({postrow.attach.cat_thumb_images.FILESIZE}, {L_VIEWS}: {postrow.attach.cat_thumb_images.DOWNLOAD_COUNT})</span>
|
||||||
</p>
|
</p>
|
||||||
<!-- IF postrow.attach.cat_thumb_images.COMMENT -->
|
<!-- IF postrow.attach.cat_thumb_images.COMMENT -->
|
||||||
<p class="attach_comment med">
|
<p class="attach_comment med">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue