On Mon Dec 03 13:40:27 2007, claco@chrislaco.com wrote:
Show quoted text> Martin via RT wrote:
> > thanks. (I still have a minor problem in that it is not recognizing my
> > '.tt' extensions for templates and insisting on looking for cart/default
> > and not cart/default.tt, but I will investigate this later; if all else
> > fails I can rename the templates back to remove the '.tt' extension).
>
> have a look at the TEMPLATE_EXTENSION setting in Catalyst::View:TT
>
I have that, but it is not having any effect:
TEMPLATE_EXTENSION => '.tt',
Also, for the templates to work, I need to have:
CATALYST_VAR => 'c',