$CONFIG[gallery_name] $CONFIG[ecards_more_pic_target] $CONFIG[gallery_description] - $album_name $CONFIG[ecards_more_pic_target]rss.phpEOT;echo $rssHeader;foreach($data AS $picture) { $titlefield = $CONFIG[plugin_easyrss_titlefield]; $caption_text = "
".$picture[hits]." ".$lang_plugin_easyrss['views']; $caption_text .= "
".date('M d, Y',$picture[ctime]); $thumb_url = "$image_url$picture[filepath]$CONFIG[thumb_pfx]$picture[filename]"; $keywords = explode(" ",trim($picture[keywords])); $category_string = ""; foreach($keywords as $keyword){ $category_string .= "$keyword"; } $pubDate = gmdate("D, d M Y H:i:s", $picture[ctime]); $description = '
'; if($titlefield == "title") $description .= bb_decode($picture[caption]); $description .= bb_decode($caption_text); $description = htmlspecialchars($description); $item = ' '.($picture[$titlefield]?$picture[$titlefield]:$lang_plugin_easyrss['no'].$lang_plugin_easyrss['label_'.$titlefield]).' ' . $link_url . $picture[pid] . ' ' .$pubDate.' GMT '.$category_string.' '.$description.' '; echo $item;}$rssFooter = <<
EOT;echo $rssFooter;?>