diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-02-02 12:58:11 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-02-02 12:58:11 +0100 |
commit | c25d4e8e43654e0984856e004871c4b21a23a910 (patch) | |
tree | 4625f21941b29db765aaab50fab2ef7f5724fa2a /phpBB/styles/prosilver | |
parent | 85dfe868af187ecd6b24d2ce4bb57fbe6cb4f4d3 (diff) | |
parent | 525f1be319fa021f8236c9c42e43caf09ae4d250 (diff) | |
download | forums-c25d4e8e43654e0984856e004871c4b21a23a910.tar forums-c25d4e8e43654e0984856e004871c4b21a23a910.tar.gz forums-c25d4e8e43654e0984856e004871c4b21a23a910.tar.bz2 forums-c25d4e8e43654e0984856e004871c4b21a23a910.tar.xz forums-c25d4e8e43654e0984856e004871c4b21a23a910.zip |
Merge pull request #1959 from prototech/ticket/12131
[ticket/12131] Remove invalid imageset var in viewtopic print view.
* prototech/ticket/12131:
[ticket/12131] Remove invalid imageset var in viewtopic print view.
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_print.html | 2 |
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 ad306d2790..6c4dcfadf1 100644 --- a/phpBB/styles/prosilver/template/viewtopic_print.html +++ b/phpBB/styles/prosilver/template/viewtopic_print.html @@ -26,7 +26,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> |