[Zope-CMF] RE: Implementation identifiers within the REQUEST
Geoff Davis
geoff@geoffdavis.net
Fri, 25 Oct 2002 18:45:04 -0400
> As part of my current need to enable a product to work within Plone, my
> skins need to know what CMF implementation they are being used at. Is it
> possible that in the future, generally speaking, every implementation
stamp
> its identifier within the REQUEST object, as an environment variable?
Ausum,
Try this in your page templates:
cmf_version = python:here.Control_Panel.Products.CMFCore.version
Geoff