From 98f99c536ed6c988be3064a04d024055a6b47a0d Mon Sep 17 00:00:00 2001 From: Raroun Date: Sun, 19 Nov 2023 09:50:30 +0100 Subject: [PATCH 1/4] Update shared_content.tpl Added new behavior here too --- view/templates/shared_content.tpl | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) 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}}
From 118d736aa9ae208b5b66e2d1484304bf8d7249c6 Mon Sep 17 00:00:00 2001 From: Raroun Date: Sun, 19 Nov 2023 09:52:40 +0100 Subject: [PATCH 2/4] Update search_item.tpl Added new behavior here also --- view/theme/frio/templates/search_item.tpl | 39 +++++++++++------------ 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl index 513ee0a1c2..533eb88fce 100644 --- a/view/theme/frio/templates/search_item.tpl +++ b/view/theme/frio/templates/search_item.tpl @@ -29,16 +29,16 @@ {{* contact info header*}}