On Wed, Oct 24, 2001 at 02:07:59PM -0700, Myk Melez wrote: > Is there a way to retrieve configuration parameters from the Template > object? I want to get the list of directories in the INCLUDE_PATH.
It's a bit contrived, but here it is:
$template->context->{ LOAD_TEMPLATES }->[0]->include_path();
A
