1
0
Fork 0

link suggestions into the main code

This commit is contained in:
Friendika 2011-11-01 21:27:11 -07:00
commit e38aa67263
4 changed files with 11 additions and 0 deletions

View file

@ -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>';