From 49732114d71a5bdb57c19f2f938284fb6ac2edf9 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 5 Jun 2012 20:33:11 -0700 Subject: [PATCH] contacts search autocomplete --- mod/acl.php | 26 ++++++++++++++++++++++++-- mod/contacts.php | 19 +++++++++++++++++++ 2 files changed, 43 insertions(+), 2 deletions(-) diff --git a/mod/acl.php b/mod/acl.php index 1e8898ab6..f3e46efa5 100644 --- a/mod/acl.php +++ b/mod/acl.php @@ -1,5 +1,6 @@ page['aside'] .= findpeople_widget(); $a->page['aside'] .= networks_widget('contacts',$_GET['nets']); + $base = $a->get_baseurl(); + + $a->page['htmlhead'] .= ''; + $a->page['htmlhead'] .= <<< EOT + + +EOT; + + } function contacts_post(&$a) {