diff --git a/view/theme/frost-mobile/templates/suggest_friends.tpl b/view/theme/frost-mobile/templates/suggest_friends.tpl deleted file mode 100644 index a386f30d00..0000000000 --- a/view/theme/frost-mobile/templates/suggest_friends.tpl +++ /dev/null @@ -1,23 +0,0 @@ - -{{include file="section_title.tpl"}} - -{{foreach $entries as $entry}} -
-
- - {{$entry.name}} - -
-
-
- {{$entry.name}} -
-
- {{if $entry.connlnk}} -
{{$entry.conntxt}}
- {{/if}} - -
-{{/foreach}} - -
diff --git a/view/theme/frost/templates/suggest_friends.tpl b/view/theme/frost/templates/suggest_friends.tpl deleted file mode 100644 index a386f30d00..0000000000 --- a/view/theme/frost/templates/suggest_friends.tpl +++ /dev/null @@ -1,23 +0,0 @@ - -{{include file="section_title.tpl"}} - -{{foreach $entries as $entry}} -
-
- - {{$entry.name}} - -
-
-
- {{$entry.name}} -
-
- {{if $entry.connlnk}} -
{{$entry.conntxt}}
- {{/if}} - -
-{{/foreach}} - -
diff --git a/view/theme/quattro/templates/contact_template.tpl b/view/theme/quattro/templates/contact_template.tpl index 634630d9ab..7060505e9f 100644 --- a/view/theme/quattro/templates/contact_template.tpl +++ b/view/theme/quattro/templates/contact_template.tpl @@ -28,8 +28,9 @@
{{$contact.name}}
{{if $contact.alt_text}}
{{$contact.alt_text}}
{{/if}} -
{{$contact.itemurl}}
-
{{$contact.network}}
+ {{if $contact.itemurl}}
{{$contact.itemurl}}
{{/if}} + {{if $contact.network}}
{{$contact.network}}
{{/if}} + {{if $contact.details}}
{{$contact.details}}
{{/if}} {{if $contact.connlnk}}
{{$contact.conntxt}}