diff options
author | friendica <info@friendica.com> | 2012-03-27 00:55:25 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-27 00:55:25 -0700 |
commit | ed30635bee9a9c1876f83288f38dd0dfa31a43d4 (patch) | |
tree | b7f73dd3073ba31e20ab7d431236dd3d2ed52e50 /view/theme/diabook-blue/theme.php | |
parent | 20f9733250a2cbb3fa28ada40f17ec127fb55a9a (diff) | |
parent | e7bc3f2bd0f578d04c271029d869e1fbc36cbec4 (diff) | |
download | volse-hubzilla-ed30635bee9a9c1876f83288f38dd0dfa31a43d4.tar.gz volse-hubzilla-ed30635bee9a9c1876f83288f38dd0dfa31a43d4.tar.bz2 volse-hubzilla-ed30635bee9a9c1876f83288f38dd0dfa31a43d4.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/diabook-blue/theme.php')
-rwxr-xr-x | view/theme/diabook-blue/theme.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/diabook-blue/theme.php b/view/theme/diabook-blue/theme.php index bbda4f103..e12d940aa 100755 --- a/view/theme/diabook-blue/theme.php +++ b/view/theme/diabook-blue/theme.php @@ -137,7 +137,7 @@ function diabook_blue_community_info(){ $aside['$fostitJS'] = $fostitJS; //nav FIND FRIENDS - + if(local_user()) { $nv = array(); $nv['directory'] = Array('directory', t('Directory'), "", ""); $nv['match'] = Array('match', t('Similar Interests'), "", ""); @@ -145,7 +145,7 @@ function diabook_blue_community_info(){ $nv['invite'] = Array('invite', t('Invite Friends'), "", ""); $aside['$nv'] = $nv; - + }; //Community Page $page = '<div id="page-sidebar-right_aside" class="widget"> <div class="title tool"> |