mod chat rework continued
This commit is contained in:
@@ -809,6 +809,14 @@ function widget_chatroom_list($arr) {
|
||||
}
|
||||
}
|
||||
|
||||
function widget_chatroom_members() {
|
||||
$o = replace_macros(get_markup_template('chatroom_members.tpl'), array(
|
||||
'$header' => t('Chatroom Members')
|
||||
));
|
||||
|
||||
return $o;
|
||||
}
|
||||
|
||||
function widget_bookmarkedchats($arr) {
|
||||
$h = get_observer_hash();
|
||||
if(! $h)
|
||||
|
Reference in New Issue
Block a user