X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fccbs.pm;h=9d5c44fd337008ea05f4329fcabf77b54a8a3bb1;hp=cd71ce8aeb6f68b3ee318ee5464b03a436b79f1a;hb=2eafc1f9109e3feea83e25667651c93bf2e24542;hpb=87d76e297b400c5b06bab65f586b589ec9d428b7 diff --git a/html/ccbs.pm b/html/ccbs.pm index cd71ce8..9d5c44f 100755 --- a/html/ccbs.pm +++ b/html/ccbs.pm @@ -92,7 +92,7 @@ sub process_template { my $template = Template->new($config); my $output = ''; - $template->process('main.tmpl', $vars, \$output) + $template->process($ccbs::config::main_template, $vars, \$output) or die $template->error(); print $output;