migrate follow widget to comanche and remove obsolete mod/intro.php

This commit is contained in:
friendica
2013-12-09 00:12:44 -08:00
parent 77fd6e7137
commit 00f4ee2717
6 changed files with 34 additions and 139 deletions

View File

@@ -2,6 +2,7 @@
require_once('include/socgraph.php');
require_once('include/contact_widgets.php');
require_once('include/widgets.php');
function suggest_init(&$a) {
@@ -20,7 +21,7 @@ function suggest_init(&$a) {
function suggest_aside(&$a) {
$a->set_widget('follow', follow_widget());
$a->set_widget('follow', widget_follow(array()));
$a->set_widget('findpeople', findpeople_widget());
}