more comanche

This commit is contained in:
friendica 2013-12-19 02:25:44 -08:00
parent 125543aded
commit b28a37c38e
3 changed files with 8 additions and 7 deletions

View File

@ -510,4 +510,8 @@ function widget_design_tools($arr) {
return '';
return design_tools();
}
function widget_findpeople($arr) {
return findpeople_widget();
}

View File

@ -19,13 +19,6 @@ function suggest_init(&$a) {
}
function suggest_aside(&$a) {
$a->set_widget('follow', widget_follow(array()));
$a->set_widget('findpeople', findpeople_widget());
}
function suggest_content(&$a) {
$o = '';

4
view/pdl/mod_suggest.pdl Normal file
View File

@ -0,0 +1,4 @@
[region=aside]
[widget=follow][/widget]
[widget=findpeople][/widget]
[/region]