diff options
author | friendica <info@friendica.com> | 2012-12-31 17:18:11 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-31 17:18:11 -0800 |
commit | 8d32477bff7980a75a8d45debe3dc73c1904121d (patch) | |
tree | a59056cdb40331f6e3353e296078af408f71f4b0 /view | |
parent | a8812346c4a2962182b66345bf93144bc13c16ad (diff) | |
download | volse-hubzilla-8d32477bff7980a75a8d45debe3dc73c1904121d.tar.gz volse-hubzilla-8d32477bff7980a75a8d45debe3dc73c1904121d.tar.bz2 volse-hubzilla-8d32477bff7980a75a8d45debe3dc73c1904121d.zip |
cleanup boot
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/profile_vcard.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 51e3a4028..323658463 100644 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -17,9 +17,7 @@ {{ endif }} <div class="fn label">$profile.name</div> - - - + {{ if $pdesc }}<div class="title">$profile.pdesc</div>{{ endif }} <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="$profile.photo?rev=$profile.picdate" alt="$profile.name"></div> |