Re: [Zope3-Users] Re: Still a skinning problem

2007-02-08 Thread FB
Hi, On Thu, Feb 08, 2007 at 04:54:51PM +0100, Florian Lindner wrote: > Am Mittwoch, 7. Februar 2007 07:50 schrieb Jürgen Kartnaller: > > Florian, > > if you want the url to your current site implement this : > > > > > > class SiteUrlView(object): > > > > def __call__(self): > > retur

Re: [Zope3-Users] Re: Still a skinning problem

2007-02-08 Thread Florian Lindner
Am Mittwoch, 7. Februar 2007 07:50 schrieb Jürgen Kartnaller: > Florian, > if you want the url to your current site implement this : > > > class SiteUrlView(object): > > def __call__(self): > return absoluteURL(hooks.getSite(), self.request) > > And register a page : > >na