| <?php |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| ?> |
| <rss version="2.0"> |
| <channel> |
| <title><?php tpl::headTitlePage() ?> - <?php tpl::lang('Articles') ?></title> |
| <link><?php articles::articlesUrl() ?></link> |
| <description><![CDATA[<?php tpl::infos('desc') ?>]]></description> |
| <language><?php tpl::lang('lang_iso_code') ?></language> |
| <generator>Puntal 2</generator> |
| |
| <?php while ($article_list->fetch()) : ?> |
| <item> |
| <title><?php articles::articleRssTitle() ?></title> |
| <link><?php articles::articleRssUrl() ?></link> |
| <description><![CDATA[]]></description> |
| <pubDate></pubDate> |
| </item> |
| <?php endwhile; ?> |
| </channel> |
| </rss> |