mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/7488] Display no forums message if user can't see forums of category
PHPBB3-7488
This commit is contained in:
@@ -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 -->
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user