migrate follow widget to comanche and remove obsolete mod/intro.php
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user