aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-09-01 12:37:30 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-09-01 12:37:30 +0200
commit058e329dfbc2678fa7e3cb2ce130fb9ffd69b84d (patch)
tree202f678d70f7a1e5063d5d2477f3a4900148a216 /boot.php
parent8b615133d528eb074a23746afef6201f474a4e3f (diff)
downloadvolse-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.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index edad6e70f..73cfe6e06 100644
--- a/boot.php
+++ b/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',