Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv7820/public_html/templates/en/default
Modified Files:
backendRSS1.tpl
Log Message:
backend cleanups
Index: backendRSS1.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/backendRSS1.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** backendRSS1.tpl 19 Mar 2002 16:28:38 -0000 1.5
--- backendRSS1.tpl 19 Mar 2002 17:17:15 -0000 1.6
***************
*** 24,28 ****
<rdf:Seq>
<!-- BEGIN each_item -->
! <rdf:li resource="{ROOTDIR}/article.php3?story_id={STORY_ID}" position="{IDX}"/>
<!-- END each_item -->
</rdf:Seq>
--- 24,28 ----
<rdf:Seq>
<!-- BEGIN each_item -->
! <rdf:li resource="{ROOTDIR}/article.php3?story_id={STORY_ID}"/>
<!-- END each_item -->
</rdf:Seq>
***************
*** 40,44 ****
<!-- BEGIN each_story -->
! <item rdf:about="{ROOTDIR}/article.php3?story_id={STORY_ID}" position="{IDX}">
<title>{TITLE}</title>
<link>{ROOTDIR}/article.php3?story_id={STORY_ID}</link>
--- 40,44 ----
<!-- BEGIN each_story -->
! <item rdf:about="{ROOTDIR}/article.php3?story_id={STORY_ID}">
<title>{TITLE}</title>
<link>{ROOTDIR}/article.php3?story_id={STORY_ID}</link>
|