aboutsummaryrefslogtreecommitdiffstats
path: root/mod/suggest.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/suggest.php')
-rw-r--r--mod/suggest.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/mod/suggest.php b/mod/suggest.php
index f8b898126..2d2a32938 100644
--- a/mod/suggest.php
+++ b/mod/suggest.php
@@ -1,6 +1,7 @@
<?php
require_once('include/socgraph.php');
+require_once('include/contact_widgets.php');
function suggest_content(&$a) {
@@ -10,6 +11,10 @@ function suggest_content(&$a) {
return;
}
+ $a->page['aside'] .= follow_widget();
+ $a->page['aside'] .= findpeople_widget();
+
+
$o .= '<h2>' . t('Friend Suggestions') . '</h2>';