On Wed, Sep 06, 2006 at 11:09:03PM +0200, Sébastien VINOT wrote:
> Hello,
> 
> I'm working with Philipp Von Weitershausen's book and I get a strong result 
> concerning the "Customizing a 
> site's layout" (chapt. 8) : After setting up all the files my object receipt 
> displays a page which contains 
> (on the code) the metal tags.

[snip]

>  <title metal:fill-slot="title"
>        tal:content="context/@@standard_macros/page">Name</title>

I dont think, the @@standard_macros view should be in a tal:content-attribut. 
Put the content
you want to be in this tag in this attribute:

 <title metal:fill-slot="title" tal:content="context/title">Name</title>

Regards,

Frank
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to