From: Jakobus Schürz (admin) Date: Sun, 1 Oct 2023 10:38:57 +0000 (+0200) Subject: add mention-buttons X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9f2d2d4ac17bf8c6d6761251a04c5a12bc41fad9;p=friendica.git add mention-buttons --- diff --git a/view/templates/hovercard.tpl b/view/templates/hovercard.tpl index 563a5a248e..ff3b3101a3 100644 --- a/view/templates/hovercard.tpl +++ b/view/templates/hovercard.tpl @@ -24,6 +24,7 @@ {{if $profile.actions.pm}}{{$profile.actions.pm.0}}{{/if}}
+ {{if $profile.addr}}{{/if}} {{if $profile.actions.network}}{{/if}} {{if $profile.actions.edit}}{{/if}} {{if $profile.actions.follow}}{{/if}} diff --git a/view/theme/frio/templates/profile/vcard.tpl b/view/theme/frio/templates/profile/vcard.tpl index cc67227a2a..f707e7d6af 100644 --- a/view/theme/frio/templates/profile/vcard.tpl +++ b/view/theme/frio/templates/profile/vcard.tpl @@ -70,6 +70,13 @@
{{/if}} + {{if $profile.addr}} + + {{/if}} {{/if}} diff --git a/view/theme/frio/templates/widget/vcard.tpl b/view/theme/frio/templates/widget/vcard.tpl index 9fef57a9d7..3786939388 100644 --- a/view/theme/frio/templates/widget/vcard.tpl +++ b/view/theme/frio/templates/widget/vcard.tpl @@ -56,6 +56,14 @@ {{/if}} + {{if $contact.addr}} + + {{/if}}