aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-blue/theme.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-15 01:48:07 -0700
committerfriendica <info@friendica.com>2012-03-15 01:48:07 -0700
commit4cd3d5cd0247cb758fd24521b46540c60076af56 (patch)
tree52149c0c53010ecf428880a4c3c2cd144aeb7092 /view/theme/diabook-blue/theme.php
parent531201f2a141e6a8dd606b9d1844de0806566294 (diff)
parent6dbee45d92450131bad7a8381a0339a880dacfd9 (diff)
downloadvolse-hubzilla-4cd3d5cd0247cb758fd24521b46540c60076af56.tar.gz
volse-hubzilla-4cd3d5cd0247cb758fd24521b46540c60076af56.tar.bz2
volse-hubzilla-4cd3d5cd0247cb758fd24521b46540c60076af56.zip
Merge https://github.com/friendica/friendica into 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');