/[corp_html]/templates/rss.tpl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /templates/rss.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Fri Apr 13 14:44:22 2001 UTC (23 years ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
fix link

1 dpavlin 1.1 {section name=w loop=$data}
2     <item>
3     <title>{$w/data.title}</title>
4 dpavlin 1.2 <link>http://www.pliva.hr/new.php?id={$w/data.id}</link>
5 dpavlin 1.1 <description>{$w/data.town_date}
6     {$w/data.body}
7     </description>
8     </item>
9    
10     {/section}

  ViewVC Help
Powered by ViewVC 1.1.26