- {{if $item.network_icon != ""}}
-
- {{else}}
-
{{$item.network_name}}
- {{/if}}
- {{if $item.plink}} {{*link to the original source of the item *}}
-
-
-
- {{/if}}
+ {{if $item.network_icon && $item.plink}}
+
+ {{elseif $item.plink}}
+
{{$item.network_name}}
+ {{elseif $item.network_icon}}
+
+ {{else}}
+
{{$item.network_name}}
+ {{/if}}
@@ -148,13 +147,6 @@ as the value of $top_child_total (this is done at the end of this file)
{{$item.owner_name}}
{{/if}}
- {{if $item.connector}}
-
- {{else}}
-
-
-
- {{/if}}
@@ -173,7 +165,15 @@ as the value of $top_child_total (this is done at the end of this file)
•
{{$item.pinned}}
{{/if}}
-
+ {{if $item.connector}}
+ •
+
+ {{else}}
+ •
+
+
+
+ {{/if}}
@@ -190,13 +190,6 @@ as the value of $top_child_total (this is done at the end of this file)
{{$item.name}} - {{if $item.connector}} - - {{else}} - - - - {{/if}}
@@ -251,6 +246,15 @@ as the value of $top_child_total (this is done at the end of this file) {{if $item.direction}} {{include file="sub/direction.tpl" direction=$item.direction}} {{/if}} + {{if $item.connector}} + • + + {{else}} + + • + + + {{/if}}