getURL(); ?> time_created) ?> getURL(); ?> <![CDATA[<?php echo $vars['entity']->title; ?>]]> description)); ?>]]> getCoverImageGuid(); if ($album_cover_guid) { // Set title $vars['title'] = $album->title; if (empty($vars['title'])) { $title = $vars['config']->sitename; } else if (empty($vars['config']->sitename)) { $title = $vars['title']; } else { $title = $vars['config']->sitename . ": " . $vars['title']; } $album_cover_url = $vars['url'] . 'mod/tidypics/thumbnail.php?file_guid=' . $album_cover_guid . '&size=thumb'; ?> <![CDATA[<?php echo $title; ?>]]> getURL() . '?view=rss'; ?> "object", "subtype" => "image", "container_guid" => $album->guid, "limit" => $limit, )); foreach ($images as $image) { echo elgg_view_entity($image); } }