mod chat rework continued

This commit is contained in:
Mario Vavti
2016-03-31 13:21:48 +02:00
parent 1cd3b41825
commit 3fdd110e07
10 changed files with 104 additions and 27 deletions

View File

@@ -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)