Howdy,

I set my template_path and it worked out originally but now I'm wanting the
site to grow and I tried creating another directory within my template path
but any html files in that new directory (labeled foo below) don't allow me
to use template toolkit and I'm not sure why.

originally:

sub template_path { '/home8/username/public_html/foo };

I tried updating this to be:

sub base_dir_abs { return ['/home8/username/public_html/foo,
'/home8/username/public_html/foo/foo2/foo3']; }

This kept the original template path but still isn't working for the new
dir and I'm retarded and stuck...

Any help appreciated.

Konnor
_______________________________________________
templates mailing list
templates@template-toolkit.org
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to