/[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

Contents of /templates/rss.tpl

Parent Directory Parent Directory | Revision Log Revision Log


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

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

  ViewVC Help
Powered by ViewVC 1.1.26