name; $title = $user->name; $body = elgg_view_title($title); $body .= list_entities_from_relationship('phototag', $guid, false, 'object', 'image'); $body = elgg_view_layout('two_column_left_sidebar','',$body); page_draw($title,$body); ?>