summaryrefslogtreecommitdiff
path: root/lib/CGI/Application/Plugin/AnyTemplate/Driver/HTMLTemplatePluggable.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CGI/Application/Plugin/AnyTemplate/Driver/HTMLTemplatePluggable.pm')
-rwxr-xr-xlib/CGI/Application/Plugin/AnyTemplate/Driver/HTMLTemplatePluggable.pm10
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/CGI/Application/Plugin/AnyTemplate/Driver/HTMLTemplatePluggable.pm b/lib/CGI/Application/Plugin/AnyTemplate/Driver/HTMLTemplatePluggable.pm
index 2211cc6..5a9e4c2 100755
--- a/lib/CGI/Application/Plugin/AnyTemplate/Driver/HTMLTemplatePluggable.pm
+++ b/lib/CGI/Application/Plugin/AnyTemplate/Driver/HTMLTemplatePluggable.pm
@@ -26,7 +26,11 @@ L<CGI::Application::Plugin::AnyTemplate>.
The L<HTML::Template::Pluggable> syntax for embedding components is:
- <TMPL_VAR NAME="cgiapp.embed('some_run_mode', param1, param2, 'literal string3')">
+ <TMPL_VAR NAME="cgiapp.embed('some_run_mode',
+ param1,
+ param2,
+ 'literal string3')"
+ >
This can be overridden by the following configuration variables:
@@ -57,7 +61,7 @@ use vars qw(@ISA);
=head1 CONFIGURATION
-The L<CGI::Application::Plugin::AnyTemplate::Driver::HTMLTemplatePluggable> driver
+The L<HTMLTemplatePluggable|CGI::Application::Plugin::AnyTemplate::Driver::HTMLTemplatePluggable> driver
accepts the following config parameters:
=over 4
@@ -79,7 +83,7 @@ the C<template_extension> is C<.html>.
B<This feature is now deprecated and will be removed in a future release.>
If this config parameter is true, then
-L<CGI::Application::Plugin::AnyTemplate::Driver::HTMLTemplatePluggable> will
+L<HTMLTemplatePluggable|CGI::Application::Plugin::AnyTemplate::Driver::HTMLTemplatePluggable> will
copy all of the webapp's query params into the template using
L<HTML::Template>'s C<associate> mechanism: