mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-07 16:15:22 +02:00
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.
This commit is contained in:
commit
c25d4e8e43
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user