webgui/lib/WebGUI/Help/Template_TemplateToolkit.pm
Colin Kuskie 0b1e077f69 Changed the Help so that chapters with only 1 page are directly linked, saving a click.
Added pluggable template parser docs.
From the dev list, changed HTMLTemplateExpr to translate all dots in template
variables to underscores, since EXPR's don't do dots, just like TemplateToolkit.
2006-10-29 23:36:18 +00:00

13 lines
250 B
Perl

package WebGUI::Help::Template_TemplateToolkit;
our $HELP = { ##hashref of hashes
'template toolkit' => {
title => 'template toolkit title',
body => 'template toolkit body',
related => [
],
},
};
1; ##All perl modules must return true