aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewforum_body.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-09-08 11:42:50 +0200
committerMarc Alexander <admin@m-a-styles.de>2017-09-08 11:42:50 +0200
commit339ec5bdedad21e2131dd941b546a01bf44f6bee (patch)
tree8219de57cd3d92eb892973ca9918f6bcdf8e5bb2 /phpBB/styles/prosilver/template/viewforum_body.html
parent7221a47bb622951c3c81e4537d98357656064b2a (diff)
downloadforums-339ec5bdedad21e2131dd941b546a01bf44f6bee.tar
forums-339ec5bdedad21e2131dd941b546a01bf44f6bee.tar.gz
forums-339ec5bdedad21e2131dd941b546a01bf44f6bee.tar.bz2
forums-339ec5bdedad21e2131dd941b546a01bf44f6bee.tar.xz
forums-339ec5bdedad21e2131dd941b546a01bf44f6bee.zip
[ticket/7488] Display no forums message if user can't see forums of category
PHPBB3-7488
Diffstat (limited to 'phpBB/styles/prosilver/template/viewforum_body.html')
-rw-r--r--phpBB/styles/prosilver/template/viewforum_body.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html
index 7b27a1d904..16d972056d 100644
--- a/phpBB/styles/prosilver/template/viewforum_body.html
+++ b/phpBB/styles/prosilver/template/viewforum_body.html
@@ -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 -->