aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-blue/theme.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-15 01:48:10 -0700
committerfriendica <info@friendica.com>2012-03-15 01:48:10 -0700
commita7fd3a8b245a09f376081f23f5d23d907d21ecfa (patch)
treec849dae276511aa93ba1ef8b2b90098116d65f3e /view/theme/diabook-blue/theme.php
parentb06c5983a4dae26dd24aecd7473bad98558cd6fc (diff)
parent4cd3d5cd0247cb758fd24521b46540c60076af56 (diff)
downloadvolse-hubzilla-a7fd3a8b245a09f376081f23f5d23d907d21ecfa.tar.gz
volse-hubzilla-a7fd3a8b245a09f376081f23f5d23d907d21ecfa.tar.bz2
volse-hubzilla-a7fd3a8b245a09f376081f23f5d23d907d21ecfa.zip
Merge branch 'pull'
Diffstat (limited to 'view/theme/diabook-blue/theme.php')
-rwxr-xr-xview/theme/diabook-blue/theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook-blue/theme.php b/view/theme/diabook-blue/theme.php
index 75abb2fdf..9093ac2ca 100755
--- a/view/theme/diabook-blue/theme.php
+++ b/view/theme/diabook-blue/theme.php
@@ -34,7 +34,7 @@ $ps['usermenu'][profile] = Array('profile/' . $a->user['nickname']. '?tab=profil
$ps['usermenu'][photos] = Array('photos/' . $a->user['nickname'], t('Photos'), "", t('Your photos'));
$ps['usermenu'][events] = Array('events/', t('Events'), "", t('Your events'));
$ps['usermenu'][notes] = Array('notes/', t('Personal notes'), "", t('Your personal photos'));
-
+$ps['usermenu'][community] = Array('community/', t('Community'), "", "");
if($is_url = preg_match ("/\bnetwork\b/i", $_SERVER['REQUEST_URI'])) {
$tpl = get_markup_template('profile_side.tpl');