aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-red/theme.php
diff options
context:
space:
mode:
authortomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-04-03 12:00:24 -0700
committertomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-04-03 12:00:24 -0700
commit10c88f2a015d30948d0c85ea2b9cc4d6535097fc (patch)
treeb86669aea0ffffc73e8bbd6b0adb6122033e0c8e /view/theme/diabook-red/theme.php
parent4b762ff923626addc10e3b90c6fef183320c84ea (diff)
parent8a71191d6d45f74e200bb6e279916375c2416b05 (diff)
downloadvolse-hubzilla-10c88f2a015d30948d0c85ea2b9cc4d6535097fc.tar.gz
volse-hubzilla-10c88f2a015d30948d0c85ea2b9cc4d6535097fc.tar.bz2
volse-hubzilla-10c88f2a015d30948d0c85ea2b9cc4d6535097fc.zip
Merge pull request #201 from tomtom84/master
fixes in diabook-themes
Diffstat (limited to 'view/theme/diabook-red/theme.php')
-rwxr-xr-xview/theme/diabook-red/theme.php29
1 files changed, 24 insertions, 5 deletions
diff --git a/view/theme/diabook-red/theme.php b/view/theme/diabook-red/theme.php
index a6b2ea823..2a874305f 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('Local').' '.t('Directory'), "", "");
+ $nv['title'] = Array("", t('Find Friends'), "", "");
+ $nv['directory'] = Array('directory', t('Local 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'), "", "");
@@ -188,10 +189,28 @@ function diabook_red_community_info(){
$aside['$page'] = $page;
}
- //END Community Page
-
-
-
+ //END Community Page
+ //helpers
+ $helpers = array();
+ $helpers['title'] = Array("", t('Help or @NewHere ?'), "", "");
+
+ $aside['$helpers'] = $helpers;
+ //end helpers
+ //connectable services
+ $con_services = array();
+ $con_services['title'] = Array("", t('Connect Services'), "", "");
+
+ $aside['$con_services'] = $con_services;
+ //end connectable services
+ //postit
+ $postit = array();
+ $postit['title'] = Array("", t('PostIt to Friendica'), t('Post to Friendica'), "");
+ $postit['text'] = Array("", t(' from anywhere by bookmarking this Link.'), "", "");
+
+ $aside['$postit'] = $postit;
+ //end postit
+
+ //get_baseurl
$url = $a->get_baseurl($ssl_state);
$aside['$url'] = $url;