owner_guid); $album = get_entity($photo->container_guid); if ($album) { $owner_guid = $album->container_guid; if ($owner_guid) set_page_owner($owner_guid); } add_submenu_item( elgg_echo('image:edit'), $CONFIG->wwwroot . 'pg/photos/edit/' . $photo_guid, 'photos'); add_submenu_item( elgg_echo('image:delete'), $CONFIG->wwwroot . 'pg/photos/delete/' . $photo_guid, 'photos', true); $title = $photo->title; $area2 = elgg_view_title($title); $area2 .= elgg_view_entity($photo, true); $body = elgg_view_layout('two_column_left_sidebar', '', $area2); page_draw($title, $body); ?>