$group->getURL(), 'text' => $group->name, 'encode_text' => true, )); $subtitle = elgg_view('output/text', array('value' => $group->briefdescription)); $description = elgg_get_excerpt($group->description, 350); echo elgg_view('river/elements/attachment', array( 'icon' => $image, 'title' => $title, 'subtitle' => $subtitle, 'description' => $description, ));