diff --git a/view/templates/match.tpl b/view/templates/match.tpl deleted file mode 100644 index d269a253bc..0000000000 --- a/view/templates/match.tpl +++ /dev/null @@ -1,40 +0,0 @@ -{{include file="section_title.tpl"}} - -{{foreach $entries as $entry}} -
-
- - {{$entry.name}} - - {{if $entry.photo_menu}} - menu -
-
    - {{foreach $entry.photo_menu as $k=>$c}} - {{if $c.2}} -
  • {{$c.0}}
  • - {{else}} -
  • {{$c.0}}
  • - {{/if}} - {{/foreach}} -
-
- {{/if}} -
-
-
- {{$entry.name}} -
-
- {{if $entry.connlnk}} -
{{$entry.conntxt}}
- {{/if}} - -
-{{/foreach}} - -
- -{{$paginate}} diff --git a/view/templates/suggest_friends.tpl b/view/templates/suggest_friends.tpl deleted file mode 100644 index e7c9c1ac00..0000000000 --- a/view/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}} - -