diff options
author | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-04-06 04:29:01 -0700 |
---|---|---|
committer | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-04-06 04:29:01 -0700 |
commit | adf3ad5fd668633dcaf16be875f87bd1fcacfc8f (patch) | |
tree | 13c32b977cd993d035c43a4a0fff342b43ae6555 /view/theme/diabook-blue/profile_vcard.tpl | |
parent | 4f9588d9eeb0dea7d824760f899094f0c98763c3 (diff) | |
parent | f980b79edcff78a849d65de15f36f2b0475665d7 (diff) | |
download | volse-hubzilla-adf3ad5fd668633dcaf16be875f87bd1fcacfc8f.tar.gz volse-hubzilla-adf3ad5fd668633dcaf16be875f87bd1fcacfc8f.tar.bz2 volse-hubzilla-adf3ad5fd668633dcaf16be875f87bd1fcacfc8f.zip |
Merge pull request #210 from tomtom84/master
fixes in diabook-derivates
Diffstat (limited to 'view/theme/diabook-blue/profile_vcard.tpl')
-rw-r--r-- | view/theme/diabook-blue/profile_vcard.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook-blue/profile_vcard.tpl b/view/theme/diabook-blue/profile_vcard.tpl index e28ec2909..6fcffcc9b 100644 --- a/view/theme/diabook-blue/profile_vcard.tpl +++ b/view/theme/diabook-blue/profile_vcard.tpl @@ -22,7 +22,7 @@ - <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" src="$profile.photo?rev=$profile.picdate" alt="$profile.name" /></div> {{ if $pdesc }}<div class="title">$profile.pdesc</div>{{ endif }} |