On Thu, Nov 22, 2001 at 12:09:58AM +0000, Steve Foy wrote: > Hi, I'm new to the list and TT. > > I was wondering if there is some way of passing the CGI object to every > template that is processed by any script that uses a certain module.
You can so this in any template that needs a CGI object: [% USE CGI %] and then: [% CGI.whatever %] HTH A
