diff options
author | friendica <info@friendica.com> | 2012-03-15 16:39:21 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-15 16:39:21 -0700 |
commit | 41d595d5bc74987d95ffc6f81194ccc20050e5a4 (patch) | |
tree | 5113a75197923b8b0ff994db0f9feef9ce221aea /view/profile_vcard.tpl | |
parent | 7684f63ecdfce560f24475630144f6058df15ca9 (diff) | |
parent | 5d2c590fa93764c19043981e8398d97c6bae902b (diff) | |
download | volse-hubzilla-41d595d5bc74987d95ffc6f81194ccc20050e5a4.tar.gz volse-hubzilla-41d595d5bc74987d95ffc6f81194ccc20050e5a4.tar.bz2 volse-hubzilla-41d595d5bc74987d95ffc6f81194ccc20050e5a4.zip |
Merge branch 'pull'
Diffstat (limited to 'view/profile_vcard.tpl')
-rwxr-xr-x | view/profile_vcard.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/profile_vcard.tpl b/view/profile_vcard.tpl index 5bcbfd0b0..7cd02f164 100755 --- a/view/profile_vcard.tpl +++ b/view/profile_vcard.tpl @@ -18,8 +18,8 @@ </div> {{ endif }} </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> |