]> git.mxchange.org Git - friendica.git/blobdiff - include/nav.php
Merge remote-tracking branch 'upstream/develop' into 1509-i18n-events
[friendica.git] / include / nav.php
index 935d08f524536b6272951cf643842415f071e4b5..972a6248c1defca27b3aa9ac9f0eb50d8bd72def 100644 (file)
@@ -138,6 +138,8 @@ function nav_info(&$a) {
        elseif(get_config('system','community_page_style') == CP_GLOBAL_COMMUNITY)
                $nav['community'] = array('community', t('Community'), "", t('Conversations on the network'));
 
+       $nav['events'] = Array('events', t('Events'), "", t('Events and Calendar'));
+
        $nav['directory'] = array($gdirpath, t('Directory'), "", t('People directory'));
 
        $nav['about'] = Array('friendica', t('Information'), "", t('Information about this friendica instance'));