mirror of
https://github.com/friendica/friendica
synced 2025-04-26 08:30:10 +00:00
Merge pull request #941 from annando/master
Moved and renamed menu entries to improve the usability, global css, icons for social networks
This commit is contained in:
commit
807fc60d3e
19 changed files with 89 additions and 69 deletions
|
@ -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'));
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue