Re: [Zope3-Users] breadcumbs in new skin

2006-02-14 Thread Darryl Cousins
Hi Lorenzo,

Viewlets are a very nice tool when building skins. Try using the boston
layer instead of the rotterdam layer and look through the implementation
of viewlets in zope.app.boston. A breadcrumb viewlet is part of Tiks
(www.tiks.org).

Best regards,
Darryl Cousins

On Mon, 2006-02-13 at 16:57 +0100, Lorenzo Gil Sanchez wrote:
 Hi,
 
 I'm working on a new skin and I want to use the breadcumbs functionality 
in it. I have just one layer and the skin is defined like this:
 
layer name=mylayer /
 
skin name=myskin layers=mylayer rotterdam default /
 
 Inside my template.pt I have tried to use the macro breadcumbs without luck:
 
 span metal:use-macro=breadcrumbs /
 
 This macro is defined in the template.pt file of the Rotterdam skin but 
 I don't know how to use it.
 
 Best Regards
 
 Lorenzo Gil
 ___
 Zope3-users mailing list
 Zope3-users@zope.org
 http://mail.zope.org/mailman/listinfo/zope3-users
-- 
Darryl Cousins
Tree Fern Web Services (NZ) Ltd
106 Sandes St
Thames 2801
New Zealand
+64 7 868 3139
[EMAIL PROTECTED]
http://www.treefernwebservices.co.nz/

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


[Zope3-Users] breadcumbs in new skin

2006-02-13 Thread Lorenzo Gil Sanchez

Hi,

I'm working on a new skin and I want to use the breadcumbs functionality 
  in it. I have just one layer and the skin is defined like this:


  layer name=mylayer /

  skin name=myskin layers=mylayer rotterdam default /

Inside my template.pt I have tried to use the macro breadcumbs without luck:

span metal:use-macro=breadcrumbs /

This macro is defined in the template.pt file of the Rotterdam skin but 
I don't know how to use it.


Best Regards

Lorenzo Gil
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users