content_type; if(!$type) $type = "mine"; //based on type grab the correct content type if($type == "mine") $content_type = ''; else $content_type = 'friend'; //get the number of items to display $limit = $vars['entity']->num_display; if(!$limit) $limit = 4; //grab the river $river = elgg_view_river_items($owner->getGuid(), 0, $content_type, $content[0], $content[1], '', $limit,0,0,false); //display echo "
"; if($type != 'mine') echo "

" . elgg_echo("friends") . "

"; echo $river; echo "
"; ?>