[CMF-checkins] CVS: CMF/CMFTopic/skins/zpt_topic - topic_view.pt:1.4
Andrew Sawyers
andrew@zope.com
Fri, 12 Oct 2001 12:20:28 -0400
Update of /cvs-repository/CMF/CMFTopic/skins/zpt_topic
In directory cvs.zope.org:/tmp/cvs-serv26382/skins/zpt_topic
Modified Files:
topic_view.pt
Log Message:
*added fill-slot for injecting base href tag on view skin
=== CMF/CMFTopic/skins/zpt_topic/topic_view.pt 1.3 => 1.4 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
metal:use-macro="container/main_template/macros/master">
+ <metal:block fill-slot="base">
+ <base href=""
+ tal:attributes="href python: here.absolute_url() + '/'">
+ </metal:block>
<body>
<div metal:fill-slot="main">