[CMF-checkins] CVS: CMF/CMFDecor/skins/zpt_generic - main_template.pt:1.12
Andrew Sawyers
andrew@zope.com
Fri, 26 Oct 2001 12:13:55 -0400
Update of /cvs-repository/CMF/CMFDecor/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv4160/CMFDecor/skins/zpt_generic
Modified Files:
main_template.pt
Log Message:
*commented out the metal:block tag where the base tag get's set.
It's exposing a bug in ZPT and until it's fixed causes too many
problems.
=== CMF/CMFDecor/skins/zpt_generic/main_template.pt 1.11 => 1.12 ===
tal:replace="string:${portal_title}: ${object_title}">The title</span>
</title>
- <metal:block define-slot="base" />
+ <!-- Bug in ZPT Causes this to break-metal:block define-slot="base" / -->
<link rel="stylesheet" href="zpt_stylesheet.css" type="text/css"
tal:attributes="href here/zpt_stylesheet/absolute_url">