diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-09-08 11:42:50 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-09-08 11:42:50 +0200 |
commit | 339ec5bdedad21e2131dd941b546a01bf44f6bee (patch) | |
tree | 8219de57cd3d92eb892973ca9918f6bcdf8e5bb2 /phpBB/styles/prosilver/template/viewforum_body.html | |
parent | 7221a47bb622951c3c81e4537d98357656064b2a (diff) | |
download | forums-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.html | 6 |
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 --> |