
OpenInteract::Template::Context - Provide a custom context for templates in OpenInteract

$Template::Config::CONTEXT = 'OpenInteract::Template::Context';
my $template = Template->new( ... );
my ( $output );
$template->process( 'package::template', \%params, \$output );

Kind of a hack -- remove the TT check for prefixes when serving up templates since it uses '::' as a delimiter. Everything else about the TT context is the same.

template( $name )
Override the method from Template::Context and replicate its functionality, except the check for a template prefix is removed.

None known.

Nothing known.


Copyright (c) 2001-2002 intes.net, inc.. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Chris Winters <chris@cwinters.com>