diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-15 08:29:39 +0100 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-15 08:29:39 +0100 |
commit | 6dbee45d92450131bad7a8381a0339a880dacfd9 (patch) | |
tree | 96e85bb02e54c54ed8cdf7efdccb8d1febe4e992 /view/theme/diabook/theme.php | |
parent | f03c57007a2a9ec73902acfb2d951528e68e3117 (diff) | |
download | volse-hubzilla-6dbee45d92450131bad7a8381a0339a880dacfd9.tar.gz volse-hubzilla-6dbee45d92450131bad7a8381a0339a880dacfd9.tar.bz2 volse-hubzilla-6dbee45d92450131bad7a8381a0339a880dacfd9.zip |
add links to wall, photos, events, etc to aside on networkpage, fixes in css
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-x | view/theme/diabook/theme.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index 9b3ed30b0..9093ac2ca 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -1,8 +1,8 @@ <?php /* - * Name: Diabook - * Description: Diabook: report bugs and request here: http://pad.toktan.org/p/diabook or contact me : thomas_bierey@friendica.eu + * Name: Diabook-blue + * Description: Diabook-blue: report bugs and request here: http://pad.toktan.org/p/diabook or contact me : thomas_bierey@friendica.eu * Version: * Author: */ @@ -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'); @@ -46,8 +46,7 @@ $a->page['aside'] .= replace_macros($tpl, array( } } -//js script - +//js scripts $a->page['htmlhead'] .= <<< EOT <script> |