Internationalisation of events/Move events to the navigation bar

This commit is contained in:
Michael Vogel 2015-09-27 14:00:15 +02:00
parent 1c19bcd322
commit c33957a6e9
4 changed files with 85 additions and 12 deletions

View 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'));