comparison themes/default/index.xml.template @ 39:6b5d3f055a8c

2007-10-10 08:53:45 by steve Patches from Josh Grams - prefix handling updates and better dates.
author steve
date Wed, 10 Oct 2007 08:53:45 +0000
parents 3a684eb36140
children 1dfe7bba023c
comparison
equal deleted inserted replaced
38:bd73942eec73 39:6b5d3f055a8c
5 <description>Blog Entries</description> 5 <description>Blog Entries</description>
6 6
7 <!-- tmpl_loop name="entries" --> 7 <!-- tmpl_loop name="entries" -->
8 <item> 8 <item>
9 <title><!-- tmpl_var name="title" escape='html' --></title> 9 <title><!-- tmpl_var name="title" escape='html' --></title>
10 <link><!-- tmpl_var name='url_prefix' --><!-- tmpl_var name='link' --></link> 10 <link><!-- tmpl_var name='top' --><!-- tmpl_var name='link' --></link>
11 <guid isPermaLink="true"><!-- tmpl_var name='url_prefix' --><!-- tmpl_var name='link' --></guid> 11 <guid isPermaLink="true"><!-- tmpl_var name='top' --><!-- tmpl_var name='link' --></guid>
12 <description><!-- tmpl_var name="body" escape='html' --></description> 12 <description><!-- tmpl_var name="body" escape='html' --></description>
13 </item> 13 </item>
14 <!-- /tmpl_loop --> 14 <!-- /tmpl_loop -->
15 </channel> 15 </channel>
16 </rss> 16 </rss>