Hello!
Help me please.
How to replace the output of the photo link in RSSFeed: 01_thumbnail.jpg with the standard size: 01.jpg
if (@ $ item ['image']) {
echo '<a href="'.$item['image'†['link'tee.'" title="'.$item['image'†['title'†.'" rel="nofollow"> ';
echo '<img style = "float: left; border: 0px;" src = "'. $ item [' image '] [' url '].'" alt = "'. $ item [' image '] [' title '].'" /> </a> ';
} [/ CODE]