subject_guid); $person_tagged = get_entity($vars['item']->object_guid); if ($image->title) { $title = $image->title; } else { $title = "untitled"; } // viewer may not have permission to view image if (!$image) { return; } $image_url = "getURL()}\">{$title}"; $person_url = "getURL()}\">{$person_tagged->name}"; $string = $person_url . ' ' . elgg_echo('image:river:tagged') . ' ' . $image_url; echo $string;