[CMF-checkins] CVS: Products/CMFDecor/skins/zpt_generic - main_template.pt:1.8
Andrew Sawyers
andrew@digicool.com
Fri, 10 Aug 2001 11:34:49 -0400
Update of /cvs-repository/Products/CMFDecor/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv20662
Modified Files:
main_template.pt
Log Message:
*fixed a here versus container bug in the title/and top_bar
=== Products/CMFDecor/skins/zpt_generic/main_template.pt 1.7 => 1.8 ===
<head>
- <title tal:define="ob_title here/Title; portal_title here/title" tal:content="string:${portal_title}: ${ob_title}">The title</title>
+ <title tal:define="ob_title here/Title; global portal_title container/title" tal:content="string:${portal_title}: ${ob_title}">The title</title>
<link rel="stylesheet" href="zpt_stylesheet.css" type="text/css"
tal:attributes="href here/zpt_stylesheet/absolute_url">
@@ -23,7 +23,7 @@
</td>
<td class="PortalTitle" width="43%" align="left" valign="middle" height="32">
- <span tal:define="portal_title here/title" tal:content="string:${portal_title}">Site
+ <span tal:content="portal_title">Site
Title</span> </td>
<td class="NavBar" align="right" valign="middle" width="50%" wrap="no" height="32" NOWRAP>