subject_guid); $object = get_entity($vars['item']->object_guid); $url = $object->getURL(); $container = get_entity($object->container_guid); $url = "getURL()}\">{$performed_by->name}"; $string = elgg_echo("file:river:created", array($url)) . " " . elgg_echo("file:river:item"); $string .= " getURL() . "\">" . $object->title . ""; if ($container && $container instanceof ElggGroup) { $string .= ' ' . elgg_echo('groups:river:togroup') . " getURL() ."\">". $container->name . ""; } echo $string; ?>