diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-15 15:03:31 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-15 15:03:31 -0400 |
commit | 1d2049a6d6fe327340da2b1298f06f9fbde183c7 (patch) | |
tree | dc658393ca69ebb2f6fa3c5e927584cf1d6ee272 /view/theme/diabook-blue/theme.php | |
parent | 6e133e75c3ed12a4637d9cc946b1cb838619b9cc (diff) | |
parent | f96aff5518d2d5fb726d381892893a68d8c36450 (diff) | |
download | volse-hubzilla-1d2049a6d6fe327340da2b1298f06f9fbde183c7.tar.gz volse-hubzilla-1d2049a6d6fe327340da2b1298f06f9fbde183c7.tar.bz2 volse-hubzilla-1d2049a6d6fe327340da2b1298f06f9fbde183c7.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
more recycle fixes for plaintext
fix recycle symbol when using plaintext editor
add links to wall, photos, events, etc to aside on networkpage, fixes in css
* master:
Diffstat (limited to 'view/theme/diabook-blue/theme.php')
-rwxr-xr-x | view/theme/diabook-blue/theme.php | 2 |
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'); |