]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Nav.php
use Archives for the additional feature setting like it is used in the network sidebar
[friendica.git] / src / Content / Nav.php
index c437c6e2a1859cbcce1bf5a4323a89bbc60d95c0..cd2cfb3639044f116b3234d47df94cd05ebf6320 100644 (file)
@@ -161,7 +161,8 @@ class Nav
                        }
                }
 
-               if (local_user() || Config::get('system', 'community_page_style') != CP_NO_COMMUNITY_PAGE) {
+               if ((local_user() || Config::get('system', 'community_page_style') != CP_NO_COMMUNITY_PAGE) &&
+                       !(Config::get('system', 'community_page_style') == CP_NO_INTERNAL_COMMUNITY)) {
                        $nav['community'] = ['community', L10n::t('Community'), '', L10n::t('Conversations on this and other servers')];
                }