tweak year/agency modifer for queries
[contractdashboard.git] / cutenews / data / rss.tpl
blob:a/cutenews/data/rss.tpl -> blob:b/cutenews/data/rss.tpl
<?PHP <?PHP
///////////////////// TEMPLATE rss ///////////////////// ///////////////////// TEMPLATE rss /////////////////////
$template_active = <<<HTML $template_active = <<<HTML
<item> <item>
<title><![CDATA[{title}]]></title> <title><![CDATA[{title}]]></title>
<link>{rss-news-include-url}?subaction=showfull&amp;id={news-id}&amp;archive={archive-id}</link> <link>{rss-news-include-url}?subaction=showfull&amp;id={news-id}&amp;archive={archive-id}</link>
<description><![CDATA[{short-story}]]></description> <description><![CDATA[{short-story}]]></description>
<guid isPermaLink="false">{news-id}</guid> <guid isPermaLink="false">{news-id}</guid>
<pubDate>{date}</pubDate> <pubDate>{date}</pubDate>
</item> </item>
HTML; HTML;
   
   
$template_full = <<<HTML $template_full = <<<HTML
   
HTML; HTML;
   
   
$template_comment = <<<HTML $template_comment = <<<HTML
   
HTML; HTML;
   
   
$template_form = <<<HTML $template_form = <<<HTML
   
HTML; HTML;
   
   
$template_prev_next = <<<HTML $template_prev_next = <<<HTML
   
HTML; HTML;
$template_comments_prev_next = <<<HTML $template_comments_prev_next = <<<HTML
   
HTML; HTML;
?> ?>