wwwroot . "pg/waramu/view/".$wid; /*translation:Resource*/ $text = "

".elgg_echo("koolielu:Resource"); $text .= " ". $obj->getTitle() . " "; /*translation:collections*/ $text .= elgg_echo("koolielu:collections") . "

"; $title = $text; } $ids = getCollectionsFlexi($ue, $wid, $sort, $tag); $tc = getCollectionsFlexi($ue, $wid, $sort, $tag, 50, true); $sb = renderSortBlock($sort); $collections = waramu_list_resources($ids, true, false, array('showall' => true)); set_context('collections'); $tagcloud = elgg_view('waramu/tc', array('voc' => $tc)); $body = elgg_view_layout('two_column_left_sidebar', '', $title . $tagcloud . $sb . $collections); page_draw("Collections", $body); ?>