diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-02 01:29:20 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-02 01:29:20 +0200 |
commit | 23dc376364b7d8f8e27e3493fe3edbf5cf768a35 (patch) | |
tree | 5a7751fdba900f20979822642f06dcd0498264bc /view/theme/diabook-red/theme.php | |
parent | f95db4382eb92f0e29ab3cef2f285ea6c20b2912 (diff) | |
download | volse-hubzilla-23dc376364b7d8f8e27e3493fe3edbf5cf768a35.tar.gz volse-hubzilla-23dc376364b7d8f8e27e3493fe3edbf5cf768a35.tar.bz2 volse-hubzilla-23dc376364b7d8f8e27e3493fe3edbf5cf768a35.zip |
diabook-themes: add link to global dir in "find friends" at right_aside
Diffstat (limited to 'view/theme/diabook-red/theme.php')
-rwxr-xr-x | view/theme/diabook-red/theme.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/diabook-red/theme.php b/view/theme/diabook-red/theme.php index b091295b7..44a76a5e4 100755 --- a/view/theme/diabook-red/theme.php +++ b/view/theme/diabook-red/theme.php @@ -139,7 +139,8 @@ function diabook_red_community_info(){ //nav FIND FRIENDS if(local_user()) { $nv = array(); - $nv['directory'] = Array('directory', t('Directory'), "", ""); + $nv['directory'] = Array('directory', t('Local').' '.t('Directory'), "", ""); + $nv['global_directory'] = Array('http://dir.friendica.com/', t('Global Directory'), "", ""); $nv['match'] = Array('match', t('Similar Interests'), "", ""); $nv['suggest'] = Array('suggest', t('Friend Suggestions'), "", ""); $nv['invite'] = Array('invite', t('Invite Friends'), "", ""); |