]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/templates/profile_vcard.tpl
decreasing bubble display time in themes from 10s to 5s
[friendica.git] / view / theme / duepuntozero / templates / profile_vcard.tpl
index 85c6345d6db41e9009a80d126d9f8394feaa3ec6..9a34605732d223c8af688dfa16c743ca64e80840 100644 (file)
@@ -1,8 +1,4 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
 <div class="vcard">
 
        <div class="fn label">{{$profile.name}}</div>
        <div id="profile-extra-links">
                <ul>
                        {{if $connect}}
-                               <li><a id="dfrn-request-link" href="dfrn_request/{{$profile.nickname}}">{{$connect}}</a></li>
-                       {{/if}}
+                                {{if $remoteconnect}}
+                                        <li><a id="dfrn-request-link" href="{{$remoteconnect}}">{{$connect}}</a></li>
+                                {{else}}
+                                        <li><a id="dfrn-request-link" href="dfrn_request/{{$profile.nickname}}">{{$connect}}</a></li>
+                                {{/if}}
+                        {{/if}}
                        {{if $wallmessage}}
                                <li><a id="wallmessage-link" href="wallmessage/{{$profile.nickname}}">{{$wallmessage}}</a></li>
                        {{/if}}