more comanche
This commit is contained in:
parent
125543aded
commit
b28a37c38e
@ -511,3 +511,7 @@ function widget_design_tools($arr) {
|
|||||||
|
|
||||||
return design_tools();
|
return design_tools();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function widget_findpeople($arr) {
|
||||||
|
return findpeople_widget();
|
||||||
|
}
|
@ -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) {
|
function suggest_content(&$a) {
|
||||||
|
|
||||||
$o = '';
|
$o = '';
|
||||||
|
4
view/pdl/mod_suggest.pdl
Normal file
4
view/pdl/mod_suggest.pdl
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[region=aside]
|
||||||
|
[widget=follow][/widget]
|
||||||
|
[widget=findpeople][/widget]
|
||||||
|
[/region]
|
Reference in New Issue
Block a user