add suggestions to a couple of other pages
This commit is contained in:
parent
f45b06ffa0
commit
6d3aebb483
@ -43,6 +43,8 @@ function connections_aside(&$a) {
|
||||
}
|
||||
|
||||
$a->set_widget('collections', group_side('connections','group',false,0,((array_key_exists('abook',$a->data)) ? $a->data['abook']['abook_xchan'] : '')));
|
||||
|
||||
$a->set_widget('suggest',suggest_widget());
|
||||
$a->set_widget('findpeople',findpeople_widget());
|
||||
|
||||
}
|
||||
|
@ -213,6 +213,8 @@ function directory_content(&$a) {
|
||||
if($j['keywords']) {
|
||||
$a->set_widget('dirtagblock',dir_tagblock(z_root() . '/directory',$j['keywords']));
|
||||
}
|
||||
$a->set_widget('suggest',suggest_widget());
|
||||
|
||||
|
||||
// logger('mod_directory: entries: ' . print_r($entries,true), LOGGER_DATA);
|
||||
|
||||
|
Reference in New Issue
Block a user