diff options
author | Cesar G <prototech91@gmail.com> | 2014-01-25 16:59:49 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-01-26 01:03:49 -0800 |
commit | 525f1be319fa021f8236c9c42e43caf09ae4d250 (patch) | |
tree | 6abdd9eefce8dcd5897cd1679817700077e93ea3 | |
parent | e91a45df33d3ea5d8e181a1a775c2e87cc4d2f47 (diff) | |
download | forums-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.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 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> |