aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-01-25 16:59:49 -0800
committerCesar G <prototech91@gmail.com>2014-01-26 01:03:49 -0800
commit525f1be319fa021f8236c9c42e43caf09ae4d250 (patch)
tree6abdd9eefce8dcd5897cd1679817700077e93ea3
parente91a45df33d3ea5d8e181a1a775c2e87cc4d2f47 (diff)
downloadforums-525f1be319fa021f8236c9c42e43caf09ae4d250.tar
forums-525f1be319fa021f8236c9c42e43caf09ae4d250.tar.gz
forums-525f1be319fa021f8236c9c42e43caf09ae4d250.tar.bz2
forums-525f1be319fa021f8236c9c42e43caf09ae4d250.tar.xz
forums-525f1be319fa021f8236c9c42e43caf09ae4d250.zip
[ticket/12131] Remove invalid imageset var in viewtopic print view.
PHPBB3-12131
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_print.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_print.html b/phpBB/styles/prosilver/template/viewtopic_print.html
index fd0b2dc3e6..fc8d3b1833 100644
--- a/phpBB/styles/prosilver/template/viewtopic_print.html
+++ b/phpBB/styles/prosilver/template/viewtopic_print.html
@@ -28,7 +28,7 @@
<!-- BEGIN postrow -->
<div class="post">
<h3>{postrow.POST_SUBJECT}</h3>
- <div class="date">{postrow.MINI_POST_IMG}{L_POSTED}{L_COLON} <strong>{postrow.POST_DATE}</strong></div>
+ <div class="date">{L_POSTED}{L_COLON} <strong>{postrow.POST_DATE}</strong></div>
<div class="author">{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR}</strong></div>
<div class="content">{postrow.MESSAGE}</div>
</div>