From 5bc7c0e7988765998d44f005a9e7121848888660 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 6 Apr 2015 22:36:46 -0700 Subject: add endless scroll to viewconnections module --- view/tpl/viewcontact_template.tpl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'view/tpl/viewcontact_template.tpl') diff --git a/view/tpl/viewcontact_template.tpl b/view/tpl/viewcontact_template.tpl index cde24525c..83cd80959 100755 --- a/view/tpl/viewcontact_template.tpl +++ b/view/tpl/viewcontact_template.tpl @@ -1,10 +1,15 @@

{{$title}}

+ +
{{foreach $contacts as $contact}} {{include file="contact_template.tpl"}} {{/foreach}} - +
+
{{$paginate}}
+ +
-- cgit v1.2.3