link suggestions into the main code
This commit is contained in:
parent
158028a0ac
commit
e38aa67263
4 changed files with 11 additions and 0 deletions
|
|
@ -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>';
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue