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}}