From dbc9efd62be29b32e3abd5a543a671880cc751cf Mon Sep 17 00:00:00 2001 From: Raroun Date: Mon, 13 Nov 2023 18:29:26 +0100 Subject: [PATCH] Update wall_thread.tpl Update for code review --- view/theme/frio/templates/wall_thread.tpl | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 4ef23931fd..ed4f92f5ec 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -122,22 +122,19 @@ as the value of $top_child_total (this is done at the end of this file)
{{*this is the media body for comments - this div must be closed at the end of the file *}} {{/if}} - {{* contact info header*}} + {{* contact info header*}}
{{if $item.network_icon != "" && $item.plink}} - + {{else}} - {{if $item.network_icon != ""}} - - {{else}} - {{$item.network_name}} - {{/if}} - {{if $item.plink}} {{*link to the original source of the item *}} - - - - {{/if}} + {{if $item.plink}} + {{$item.network_name}} + {{elseif $item.network_icon != ""}} + + {{else}} + {{$item.network_name}} + {{/if}} {{/if}}
{{if $item.thread_level==1}}