add "similar interrest", "Friend Suggestions" and "Invite Friends" to right_aside, fixes in css
This commit is contained in:
parent
f1d15d8884
commit
2d834d0f45
8 changed files with 50 additions and 20 deletions
|
|
@ -135,6 +135,16 @@ function diabook_blue_community_info(){
|
|||
else {a_funct()}})()" ;
|
||||
|
||||
$aside['$fostitJS'] = $fostitJS;
|
||||
|
||||
//nav FIND FRIENDS
|
||||
|
||||
$nv = array();
|
||||
$nv['directory'] = Array('directory', t('Directory'), "", "");
|
||||
$nv['match'] = Array('match', t('Similar Interests'), "", "");
|
||||
$nv['suggest'] = Array('suggest', t('Friend Suggestions'), "", "");
|
||||
$nv['invite'] = Array('invite', t('Invite Friends'), "", "");
|
||||
|
||||
$aside['$nv'] = $nv;
|
||||
|
||||
//Community Page
|
||||
$page = '<div id="page-sidebar-right_aside" class="widget">
|
||||
|
|
@ -196,6 +206,7 @@ if ($a->argv[0] === "network" && local_user()){
|
|||
$ps = array('usermenu'=>array());
|
||||
$ps['usermenu']['status'] = Array('profile/' . $a->user['nickname'], t('Home'), "", t('Your posts and conversations'));
|
||||
$ps['usermenu']['profile'] = Array('profile/' . $a->user['nickname']. '?tab=profile', t('Profile'), "", t('Your profile page'));
|
||||
$ps['usermenu']['contacts'] = Array('contacts' , t('Contacts'), "", t('Your contacts'));
|
||||
$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'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue