[Zope-CMF] ZPT & CSS

Chris Withers chrisw@nipltd.com
Tue, 11 Sep 2001 11:16:52 +0100


Is it just me or does the ZPT skin in CMF Default not to CSS inline-or-linked
detection?

Would the following patch solve it?

===================================================================
RCS file: /cvs-repository/Products/CMFDecor/skins/zpt_generic/main_template.pt,v
retrieving revision 1.9
diff -r1.9 main_template.pt
6c6
<       tal:attributes="href here/zpt_stylesheet/absolute_url">
---
>       tal:replace="href here/css_inline_or_link">

cheers,

Chris (fast becoming the world's biggest ZPT fan ;-)