aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-08 12:07:43 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-08 12:07:43 +0100
commit5bf49dabc673dbb0180d16ea81435ecac874e5a3 (patch)
tree1c0ec7591a2e18097202a51564746e68c27a6744 /view
parent488d5b871407d5be6e4c38692aa7134a1a0e9899 (diff)
parent480dac1af2dd5ed5ba3105577559568237fe5d80 (diff)
downloadvolse-hubzilla-5bf49dabc673dbb0180d16ea81435ecac874e5a3.tar.gz
volse-hubzilla-5bf49dabc673dbb0180d16ea81435ecac874e5a3.tar.bz2
volse-hubzilla-5bf49dabc673dbb0180d16ea81435ecac874e5a3.zip
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/profile_vcard.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl
index cae920c5d..2964d9c4b 100755
--- a/view/tpl/profile_vcard.tpl
+++ b/view/tpl/profile_vcard.tpl
@@ -16,7 +16,7 @@
{{/if}}
<div class="fn">{{$profile.name}}{{if $profile.online}} <i class="icon-asterisk online-now" title="{{$profile.online}}"></i>{{/if}}</div>
-
+ {{if $reddress}}<div class="reddress" oncopy="return false;">{{$profile.reddress}}</div>{{/if}}
{{if $pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
<div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></div>