[ticket/12131] Remove invalid imageset var in viewtopic print view.

PHPBB3-12131
This commit is contained in:
Cesar G 2014-01-25 16:59:49 -08:00
parent e91a45df33
commit 525f1be319

View file

@ -28,7 +28,7 @@
<!-- BEGIN postrow --> <!-- BEGIN postrow -->
<div class="post"> <div class="post">
<h3>{postrow.POST_SUBJECT}</h3> <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="author">{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR}</strong></div>
<div class="content">{postrow.MESSAGE}</div> <div class="content">{postrow.MESSAGE}</div>
</div> </div>