split private messages into two modules - "message" is just for message lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
This commit is contained in:
@@ -8,22 +8,6 @@ function directory_init(&$a) {
|
||||
$a->set_pager_itemspage(80);
|
||||
|
||||
}
|
||||
/*
|
||||
function directory_aside(&$a) {
|
||||
|
||||
if((get_config('system','block_public')) && (! local_user()) && (! remote_user())) {
|
||||
return;
|
||||
}
|
||||
|
||||
require_once('include/contact_widgets.php');
|
||||
$a->set_widget('find_people',findpeople_widget());
|
||||
|
||||
$a->set_widget('safe_search',dir_safe_mode());
|
||||
|
||||
$a->set_widget('dir_sort_order',dir_sort_links());
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
function directory_content(&$a) {
|
||||
|
||||
@@ -211,11 +195,7 @@ function directory_content(&$a) {
|
||||
|
||||
if($j['keywords']) {
|
||||
$a->data['directory_keywords'] = $j['keywords'];
|
||||
|
||||
// $a->set_widget('dirtagblock',dir_tagblock(z_root() . '/directory',$j['keywords']));
|
||||
}
|
||||
// $a->set_widget('suggest',widget_suggestions(array()));
|
||||
|
||||
|
||||
// logger('mod_directory: entries: ' . print_r($entries,true), LOGGER_DATA);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user