]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/widget/vcard.tpl
Merge pull request #8147 from annando/fetch-post
[friendica.git] / view / templates / widget / vcard.tpl
index 240466460efff31630eb2baee11472f5db73d44a..465d206b81fb595be342ee127f1345cfda805b01 100644 (file)
        {{/if}}
        {{if $account_type}}<div class="account-type">{{$account_type}}</div>{{/if}}
        {{if $network_link}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$network_link nofilter}}</dd></dl>{{/if}}
+
+       <div id="profile-extra-links">
+               <ul>
+                       {{if $follow_link}}
+                               <li><a id="dfrn-request-link" href="{{$follow_link}}">{{$follow}}</a></li>
+                       {{/if}}
+                       {{if $unfollow_link}}
+                               <li><a id="dfrn-request-link" href="{{$unfollow_link}}">{{$unfollow}}</a></li>
+                       {{/if}}
+                       {{if $wallmessage_link}}
+                               <li><a id="wallmessage-link" href="{{$wallmessage_link}}">{{$wallmessage}}</a></li>
+                       {{/if}}
+               </ul>
+       </div>
+
        <div id="profile-vcard-break"></div>
 </div>