Remove cutenews/yui, use twitter bootstrap css
[contractdashboard.git] / rss.tpl
1 <?PHP
2 ///////////////////// TEMPLATE rss /////////////////////
3 $template_active = <<<HTML
4 <item>
5 <title><![CDATA[{title}]]></title>
6 <link>{rss-news-include-url}?subaction=showfull&amp;id={news-id}&amp;archive={archive-id}</link>
7 <description><![CDATA[{short-story}]]></description>
8 <guid isPermaLink="false">{news-id}</guid>
9 <pubDate>{date}</pubDate>
10 </item>
11 HTML;
12
13
14 $template_full = <<<HTML
15
16 HTML;
17
18
19 $template_comment = <<<HTML
20
21 HTML;
22
23
24 $template_form = <<<HTML
25
26 HTML;
27
28
29 $template_prev_next = <<<HTML
30
31 HTML;
32 $template_comments_prev_next = <<<HTML
33
34 HTML;
35 ?>
36