diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl
index 8defb82348..4ef23931fd 100644
--- a/view/theme/frio/templates/wall_thread.tpl
+++ b/view/theme/frio/templates/wall_thread.tpl
@@ -128,7 +128,16 @@ as the value of $top_child_total (this is done at the end of this file)
{{if $item.network_icon != "" && $item.plink}}
{{else}}
- {{$item.network_name}}
+ {{if $item.network_icon != ""}}
+
+ {{else}}
+ {{$item.network_name}}
+ {{/if}}
+ {{if $item.plink}} {{*link to the original source of the item *}}
+
+
+
+ {{/if}}
{{/if}}
{{if $item.thread_level==1}}