diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-02 16:53:47 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-02 16:53:47 -0400 |
commit | 9cb3fc226a9246b36810338f0ee8a115738cc97b (patch) | |
tree | cfc4babf70100eda5a62a23c9a31b5666466c6c3 /view/theme/diabook-red/profile_vcard.tpl | |
parent | 5eca42975cdf3fc0e5be2dfdb05ded9d19ed5b7c (diff) | |
parent | 6dfd55668f39d2cfb27d468cc982471abaad5165 (diff) | |
download | volse-hubzilla-9cb3fc226a9246b36810338f0ee8a115738cc97b.tar.gz volse-hubzilla-9cb3fc226a9246b36810338f0ee8a115738cc97b.tar.bz2 volse-hubzilla-9cb3fc226a9246b36810338f0ee8a115738cc97b.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
diabook-themes: css-fixes
diabook-themes: fixes in js
diabook-themes: fixed pageheader
diabook-themes: bugfixes / css-fixes
make the "new calendar" (javascript interactive) the default
remove zrl from query string
catch a couple more Oo smilies
add page_content_top hook
* master:
Diffstat (limited to 'view/theme/diabook-red/profile_vcard.tpl')
-rw-r--r-- | view/theme/diabook-red/profile_vcard.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/diabook-red/profile_vcard.tpl b/view/theme/diabook-red/profile_vcard.tpl index 918cfc97c..e28ec2909 100644 --- a/view/theme/diabook-red/profile_vcard.tpl +++ b/view/theme/diabook-red/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 }} |