diff options
author | Derky <derky@phpbb.com> | 2017-12-31 15:55:10 +0100 |
---|---|---|
committer | Derky <derky@phpbb.com> | 2017-12-31 15:55:10 +0100 |
commit | 4fe09b98b0157309fc7e3da9109e30970575249a (patch) | |
tree | d66702ec71cc0eefab5720b339469fccceb936aa | |
parent | 0ff5f9fa0edf9ac3125cc4e871609a90cee1cfac (diff) | |
download | forums-4fe09b98b0157309fc7e3da9109e30970575249a.tar forums-4fe09b98b0157309fc7e3da9109e30970575249a.tar.gz forums-4fe09b98b0157309fc7e3da9109e30970575249a.tar.bz2 forums-4fe09b98b0157309fc7e3da9109e30970575249a.tar.xz forums-4fe09b98b0157309fc7e3da9109e30970575249a.zip |
[ticket/15489] Remove NO_FORUMS message for categories with subforums
PHPBB3-15489
-rw-r--r-- | phpBB/styles/prosilver/template/viewforum_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index 994d75f244..c3547b3e16 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -250,7 +250,7 @@ <strong>{L_NO_TOPICS}</strong> </div> </div> - <!-- ELSE IF not S_USER_CAN_POST --> + <!-- ELSE IF not S_HAS_SUBFORUM --> <div class="panel"> <div class="inner"> <strong>{L_NO_FORUMS}</strong> |