Bugzilla::Template - Wrapper around the Template Toolkit C<Template> object
-=head1 SYNOPSYS
+=head1 SYNOPSIS
my $template = Bugzilla::Template->create;
=item C<put_header($title, $h1, $h2)>
- Description: Display the header of the page.
+ Description: Display the header of the page for non yet templatized .cgi files.
Params: $title - Page title.
$h1 - Main page header.
=item C<put_footer()>
- Description: Display the footer of the page.
+ Description: Display the footer of the page for non yet templatized .cgi files.
Params: none