X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fnav.php;h=9ea3b4b7f54b327a92b0a44cc785f58f3a01979b;hb=17bd46793ee5bfbf1b4c547c6386ce66e6f99a4d;hp=7708f09e6b812d9dff9a158e601c0b821dea5987;hpb=4bdd905b3ecf8f0f29f7b4b85bc5a0f5c7899d5d;p=friendica.git diff --git a/include/nav.php b/include/nav.php index 7708f09e6b..9ea3b4b7f5 100644 --- a/include/nav.php +++ b/include/nav.php @@ -125,8 +125,10 @@ function nav_info(&$a) { if(strlen($gdir)) $gdirpath = $gdir; } - elseif(! get_config('system','no_community_page')) + elseif(get_config('system','community_page_style') == CP_USERS_ON_SERVER) $nav['community'] = array('community', t('Community'), "", t('Conversations on this site')); + elseif(get_config('system','community_page_style') == CP_GLOBAL_COMMUNITY) + $nav['community'] = array('community', t('Community'), "", t('Conversations on the network')); $nav['directory'] = array($gdirpath, t('Directory'), "", t('People directory'));