From: rabuzarus <> Date: Thu, 22 Oct 2015 23:32:03 +0000 (+0200) Subject: template rework: little theme specific changes (frost, quattro) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=efb12aed20231670107f475c6926aecf6ad07d1f;hp=b2bb600f3a878409f925524e1de90d0239b662b0;p=friendica.git template rework: little theme specific changes (frost, quattro) --- 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}}