[CMF-checkins] CVS: Products/CMFDefault/skins/zpt_generic - main_template.pt:1.8

Andrew Sawyers andrew@zope.com
Thu, 20 Feb 2003 10:16:52 -0500


Update of /cvs-repository/Products/CMFDefault/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv6765/CMFDefault/skins/zpt_generic

Modified Files:
	main_template.pt 
Log Message:
*Changed .css files to be loaded as FSFile rather then FSDTMLMethod; possible side effects of this this is the change causes .css files to retain their extension as well as no longer support DTML
 The CHANGES.txt file indicates this change and the fix for people who relied on this behavior prior to 1.4


=== Products/CMFDefault/skins/zpt_generic/main_template.pt 1.7 => 1.8 ===
--- Products/CMFDefault/skins/zpt_generic/main_template.pt:1.7	Sun Jul 14 18:45:07 2002
+++ Products/CMFDefault/skins/zpt_generic/main_template.pt	Thu Feb 20 10:16:51 2003
@@ -25,7 +25,7 @@
  <metal:block define-slot="base" /> 
 
  <link rel="stylesheet" href="zpt_stylesheet.css" type="text/css"
-       tal:attributes="href here/zpt_stylesheet/absolute_url">
+       tal:attributes="href here/zpt_stylesheet.css/absolute_url">
 
 </head>