0) { foreach ($items as $item) { $list .= elgg_view_list_item($item, $vars); $list .= ','; } $list = rtrim($list, ','); } $list .= ']'; echo $list;