Fix profile vcard and style
This commit is contained in:
parent
8b615133d5
commit
058e329dfb
6 changed files with 96 additions and 15 deletions
1
boot.php
1
boot.php
|
@ -878,6 +878,7 @@ function profile_sidebar($profile, $block = 0) {
|
|||
'podloc' => $a->get_baseurl(),
|
||||
'searchable' => (($profile['publish'] && $profile['net-publish']) ? 'true' : 'false' ),
|
||||
'nickname ' => $profile['nickname'],
|
||||
'fullname' => $profile['name'],
|
||||
'photo300 ' => $a->get_baseurl() . '/photo/custom/300/' . $profile['uid'] . '.jpg',
|
||||
'photo100 ' => $a->get_baseurl() . '/photo/custom/100/' . $profile['uid'] . '.jpg',
|
||||
'photo50 ' => $a->get_baseurl() . '/photo/custom/50/' . $profile['uid'] . '.jpg',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue