diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-02 15:06:55 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-02 15:06:55 +0200 |
commit | 9faa940f044dd47687a008272c727f8f8dac9fec (patch) | |
tree | db5621fac9238a0ec459d89da1edaa88ad461fab /view/theme/diabook-aerith/profile_vcard.tpl | |
parent | 2352e6c1cbce57b8d6650360bfe322f34d229140 (diff) | |
download | volse-hubzilla-9faa940f044dd47687a008272c727f8f8dac9fec.tar.gz volse-hubzilla-9faa940f044dd47687a008272c727f8f8dac9fec.tar.bz2 volse-hubzilla-9faa940f044dd47687a008272c727f8f8dac9fec.zip |
diabook-themes: bugfixes / css-fixes
Diffstat (limited to 'view/theme/diabook-aerith/profile_vcard.tpl')
-rw-r--r-- | view/theme/diabook-aerith/profile_vcard.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/diabook-aerith/profile_vcard.tpl b/view/theme/diabook-aerith/profile_vcard.tpl index 918cfc97c..e28ec2909 100644 --- a/view/theme/diabook-aerith/profile_vcard.tpl +++ b/view/theme/diabook-aerith/profile_vcard.tpl @@ -21,9 +21,9 @@ </div> - {{ if $pdesc }}<div class="title">$profile.pdesc</div>{{ endif }} - <div id="profile-photo-wrapper"><img class="photo" width="155" height="155" src="$profile.photo?rev=$profile.picdate" alt="$profile.name" /></div> + <div id="profile-photo-wrapper"><img class="photo" width="155" height="155" src="$profile.photo?rev=$profile.picdate" alt="$profile.name" /></div> + {{ if $pdesc }}<div class="title">$profile.pdesc</div>{{ endif }} {{ if $location }} |