diff options
author | Simon <simon@kisikew.org> | 2012-03-15 12:08:59 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-03-15 12:08:59 -0700 |
commit | ab89aa90caced4f60fc0ae944c7190e156a872e2 (patch) | |
tree | 15470bcf93da4a04164fcda4a7c3dfe7df0ad085 /view/profile_vcard.tpl | |
parent | f96aff5518d2d5fb726d381892893a68d8c36450 (diff) | |
parent | 5b757e4e0e2f33a17a5a17953e49aba44a6ae7b3 (diff) | |
download | volse-hubzilla-ab89aa90caced4f60fc0ae944c7190e156a872e2.tar.gz volse-hubzilla-ab89aa90caced4f60fc0ae944c7190e156a872e2.tar.bz2 volse-hubzilla-ab89aa90caced4f60fc0ae944c7190e156a872e2.zip |
Merge pull request #135 from simonlnu/master
commit latest to dispy-dark. fixes in html css and js
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> |