diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-01 12:37:30 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-01 12:37:30 +0200 |
commit | 058e329dfbc2678fa7e3cb2ce130fb9ffd69b84d (patch) | |
tree | 202f678d70f7a1e5063d5d2477f3a4900148a216 /boot.php | |
parent | 8b615133d528eb074a23746afef6201f474a4e3f (diff) | |
download | volse-hubzilla-058e329dfbc2678fa7e3cb2ce130fb9ffd69b84d.tar.gz volse-hubzilla-058e329dfbc2678fa7e3cb2ce130fb9ffd69b84d.tar.bz2 volse-hubzilla-058e329dfbc2678fa7e3cb2ce130fb9ffd69b84d.zip |
Fix profile vcard and style
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |