[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/boston/browser/template.pt
- fixed issue 633: boston skin has logo slot now
Christian Theune
cvs-admin at zope.org
Sun Jun 18 21:29:59 EDT 2006
Log message for revision 68740:
- fixed issue 633: boston skin has logo slot now
Changed:
U Zope3/trunk/src/zope/app/boston/browser/template.pt
-=-
Modified: Zope3/trunk/src/zope/app/boston/browser/template.pt
===================================================================
--- Zope3/trunk/src/zope/app/boston/browser/template.pt 2006-06-19 01:29:21 UTC (rev 68739)
+++ Zope3/trunk/src/zope/app/boston/browser/template.pt 2006-06-19 01:29:56 UTC (rev 68740)
@@ -50,8 +50,10 @@
</tr>
<tr class="head">
<td class="logo">
- <img width="107" height="38"
- tal:attributes="src context/++resource++logo.gif" />
+ <metal:slot define-slot="logo">
+ <img width="107" height="38"
+ tal:attributes="src context/++resource++logo.gif" />
+ </metal:slot>
</td>
<td>
<div id="breadcrumbs" metal:define-macro="breadcrumbs">
More information about the Zope3-Checkins
mailing list