]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/profile_vcard.tpl
Merge remote-tracking branch 'upstream/develop' into 1511-contact-evolution
[friendica.git] / view / templates / profile_vcard.tpl
index fe5762973fbb0113c8d3b7b5283d85f2a1576d3b..fa209bf46fa35e83da9b1d1b631e5bbb9a80f3db 100644 (file)
@@ -3,7 +3,7 @@
 
        <div class="fn label p-name">{{$profile.name}}</div>
        
-                               
+       {{if $profile.faddr}}<div class="p-faddr">{{$profile.faddr}}</div>{{/if}}
        
        {{if $pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
 
@@ -55,6 +55,9 @@
                        {{if $wallmessage}}
                                <li><a id="wallmessage-link" href="wallmessage/{{$profile.nickname}}">{{$wallmessage}}</a></li>
                        {{/if}}
+                       {{if $subscribe_feed}}
+                               <li><a id="subscribe-feed-link" href="dfrn_poll/{{$profile.nickname}}">{{$subscribe_feed}}</a></li>
+                       {{/if}}
                </ul>
        </div>
 </div>