[ticket/7488] Display no forums message if user can't see forums of category

PHPBB3-7488
This commit is contained in:
Marc Alexander 2017-09-08 11:42:50 +02:00
parent 7221a47bb6
commit 339ec5bded
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

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