mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
Merge branch '3.1.x' into 3.2.x
This commit is contained in:
commit
8d3d396f1b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
{forumrow.FORUM_DESC}
|
||||
<!-- IF forumrow.LAST_POST_TIME -->
|
||||
<div class="responsive-show" style="display: none;">
|
||||
{L_LAST_POST} {L_POST_BY_AUTHOR} {forumrow.LAST_POST_AUTHOR_FULL} « <a href="{topicrow.U_LAST_POST}">{forumrow.LAST_POST_TIME}</a>
|
||||
{L_LAST_POST} {L_POST_BY_AUTHOR} {forumrow.LAST_POST_AUTHOR_FULL} « <a href="{forumrow.U_LAST_POST}">{forumrow.LAST_POST_TIME}</a>
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue