Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv545/phpslash-ft/public_html/templates/en/default
Modified Files:
backendRSS91.tpl backendRSS1.tpl
Log Message:
login cancel url typo
Index: backendRSS91.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/backendRSS91.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** backendRSS91.tpl 2 May 2001 21:28:12 -0000 1.2
--- backendRSS91.tpl 14 Mar 2002 17:55:09 -0000 1.3
***************
*** 7,10 ****
--- 7,12 ----
<description>{SITE_NAME}</description>
+ <managingEditor>{SITE_OWNER}</managingEditor>
+ <webMaster>{SITE_OWNER}</webMaster>
<language>en-us</language>
***************
*** 16,20 ****
<width>100</width>
<height>40</height>
! <description>ALT_TEXT</description>
</image>
--- 18,22 ----
<width>100</width>
<height>40</height>
! <description>{SITE_NAME}</description>
</image>
Index: backendRSS1.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/backendRSS1.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** backendRSS1.tpl 2 May 2001 21:28:12 -0000 1.1
--- backendRSS1.tpl 14 Mar 2002 17:55:09 -0000 1.2
***************
*** 4,8 ****
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rss091="http://purl.org/rss/1.0/modules/rss091#"
! xmlns:ag="http://purl.org/rss/1.0/modules/aggregation#"
xmlns="http://purl.org/rss/1.0/">
--- 4,8 ----
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rss091="http://purl.org/rss/1.0/modules/rss091#"
! xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns="http://purl.org/rss/1.0/">
***************
*** 16,20 ****
<width>100</width>
<height>40</height>
! <description>ALT_TEXT</description>
</image>
</channel>
--- 16,23 ----
<width>100</width>
<height>40</height>
! <description>{SITE_NAME}</description>
! <sy:updatePeriod>hourly</sy:updatePeriod>
! <sy:updateFrequency>1</sy:updateFrequency>
! <sy:updateBase>2002-01-01T12:00+00:00</sy:updateBase>
</image>
</channel>
|