aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-aerith/theme.php
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-04-02 01:29:20 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-04-02 01:29:20 +0200
commit23dc376364b7d8f8e27e3493fe3edbf5cf768a35 (patch)
tree5a7751fdba900f20979822642f06dcd0498264bc /view/theme/diabook-aerith/theme.php
parentf95db4382eb92f0e29ab3cef2f285ea6c20b2912 (diff)
downloadvolse-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-aerith/theme.php')
-rwxr-xr-xview/theme/diabook-aerith/theme.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/diabook-aerith/theme.php b/view/theme/diabook-aerith/theme.php
index e9fe8e0f0..490010750 100755
--- a/view/theme/diabook-aerith/theme.php
+++ b/view/theme/diabook-aerith/theme.php
@@ -139,7 +139,8 @@ function diabook_aerith_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'), "", "");