Hi
“<!-- TIMER START: process login
-->” these timer information is getting printed in
my web page even after I have given
__PACKAGE__->config->{CONTEXT} = undef;
in my Template file.
Please help how to get rid of these timer
information getting printed.
Kind Regards,
Manju
From: Goddard Lee
[mailto:lee.goddard-x4bxEFe9R/u4i4qbHk9q/A@xxxxxxxxxxxxxxxx]
Sent: Thursday, October 20, 2005
2:26 PM
To: templates-MnLy+PD7ppGDO3lXZvfOKmD2FQJk+8+b@xxxxxxxxxxxxxxxx
Subject: [Templates] INCLUDE directive?
Is it possible to pass to INCLUDE a file specified in a
variable?
Neither [% INCLUDE obj.field %] [% INCLUDE ${obj.field} %]
seems to work: please help!