1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-07 09:24:14 +02:00

Merge branch '3.2.x'

This commit is contained in:
Oliver Schramm 2017-09-08 14:22:17 +02:00
commit 92f4cb442b

View File

@ -250,6 +250,12 @@
<strong>{L_NO_TOPICS}</strong>
</div>
</div>
<!-- ELSE IF not S_USER_CAN_POST -->
<div class="panel">
<div class="inner">
<strong>{L_NO_FORUMS}</strong>
</div>
</div>
<!-- ENDIF -->
<!-- END topicrow -->