From: Raroun
Date: Sun, 19 Nov 2023 08:50:30 +0000 (+0100)
Subject: Update shared_content.tpl
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=98f99c536ed6c988be3064a04d024055a6b47a0d;p=friendica.git
Update shared_content.tpl
Added new behavior here too
---
diff --git a/view/templates/shared_content.tpl b/view/templates/shared_content.tpl
index c3a808d732..83e5dd2579 100644
--- a/view/templates/shared_content.tpl
+++ b/view/templates/shared_content.tpl
@@ -22,16 +22,15 @@
- {{if $network_icon}}
-
- {{else}}
-
{{$network_name}}
- {{/if}}
- {{if $link}}
-
-
-
- {{/if}}
+ {{if $network_icon && $link}}
+
+ {{elseif $link}}
+
{{$network_name}}
+ {{elseif $network_icon}}
+
+ {{else}}
+
{{$network_name}}
+ {{/if}}
{{$content nofilter}}