Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2016-11-12 13:44:36 +01:00
commit 6b6b740dcb
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -30,7 +30,7 @@
{forumrow.FORUM_DESC} {forumrow.FORUM_DESC}
<!-- IF forumrow.LAST_POST_TIME --> <!-- IF forumrow.LAST_POST_TIME -->
<div class="responsive-show" style="display: none;"> <div class="responsive-show" style="display: none;">
{L_LAST_POST} {L_POST_BY_AUTHOR} {forumrow.LAST_POST_AUTHOR_FULL} &laquo; <a href="{topicrow.U_LAST_POST}">{forumrow.LAST_POST_TIME}</a> {L_LAST_POST} {L_POST_BY_AUTHOR} {forumrow.LAST_POST_AUTHOR_FULL} &laquo; <a href="{forumrow.U_LAST_POST}">{forumrow.LAST_POST_TIME}</a>
</div> </div>
<!-- ENDIF --> <!-- ENDIF -->
</div> </div>