whitespace

This commit is contained in:
marijus 2014-02-12 21:36:20 +01:00
parent e06d9e97c5
commit 18b2ff9c24

View File

@ -578,12 +578,9 @@ function widget_menu_preview($arr) {
} }
function widget_chatroom_list($arr) { function widget_chatroom_list($arr) {
$a = get_app(); $a = get_app();
require_once("include/chat.php"); require_once("include/chat.php");
$r = chatroom_list($a->profile['profile_uid']); $r = chatroom_list($a->profile['profile_uid']);
return replace_macros(get_markup_template('chatroomlist.tpl'),array( return replace_macros(get_markup_template('chatroomlist.tpl'),array(
'$header' => t('Chat Rooms'), '$header' => t('Chat Rooms'),
'$baseurl' => z_root(), '$baseurl' => z_root(),