X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fnav.php;h=108dbbf1323fc5af2fb5263e1978456318aff0d5;hb=660bd39efad52b1c69bd8dd0ca27141b81f84ca5;hp=d1d184650baddd83e70cb2e109956e2beb012468;hpb=ccb465eccd8d87d2ea13b619b665d68e6d2d1181;p=friendica.git diff --git a/include/nav.php b/include/nav.php index d1d184650b..108dbbf132 100644 --- a/include/nav.php +++ b/include/nav.php @@ -127,7 +127,9 @@ function nav_info(&$a) { elseif(! get_config('system','no_community_page')) $nav['community'] = array('community', t('Community'), "", t('Conversations on this site')); - $nav['directory'] = array($gdirpath, t('Directory'), "", t('People directory')); + $nav['directory'] = array($gdirpath, t('Directory'), "", t('People directory')); + + $nav['about'] = Array('friendica', t('Information'), "", t('Information about this friendica instance')); /** *