[Zope-PTK] Bugreport: When overriding skin in dtml, stylesheetwon't
load
Shane Hathaway
shane@digicool.com
Tue, 13 Feb 2001 10:14:43 -0500
Sigve Tjora wrote:
>
> > Sigve Tjora wrote:
> > > I tried to force a specific skin onto an object with the code
> > >
> > > <dtml-call "REQUEST.set(portal_skins.getRequestVarname(), 'Nouvelle')">
> > > <dtml-call "setupCurrentSkin(REQUEST)">
> > >
> > > at the top of the document to set the skin to 'Nouvelle'
> >
> > Why do you need to set the skin for a single object?
> >
> > Shane
>
> I am deploying a system to make the members force a spesific layout to
> their site, independent or perhaps with some look and feel or language
> from the skin the user has selected.
It sounds like you want users to have "mini-portals". Right? Could you
elaborate on the reason?
Shane