[Templates] hi, about the Config

Sergey Martynoff sergey@martynoff.info
Sat, 25 Feb 2006 13:59:26 +0300


> is there a way to change *Config Options* after $tt is created?
just 
> like $tt->{PRE_PROCESS} = ''; or something else.
> I don't want to create a new TT instance in this $q.pl(mail.pl)
since 
> it's ugly.

For PRE_PROCESS option you can try altering
$tt->service->{PRE_PROCESS} (this should work, although I don't
think it is a good idea).


-- 
Sergey Martynoff