<? header('Content-type: text/xml'); ?>

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Photochoperos</title>
<description>Sitio web dedicado al fotomontaje de vehiculos.</description>
<link>http://photochoperos.com/</link>
<copyright>Copyright 2012 Photochoperos.com</copyright>


		<item>
			<title><?php echo $titulo; ?></title>
			<description><?php echo $contenido; ?></description>
			<link>http://photochoperos.com/foros/?f=1&amp;t=<?php echo $id; ?></link>
			<pubDate><?php echo strftime("%a, %d %b %Y %T %Z", $fecha); ?></pubDate>
		</item>  

</channel>
</rss>
