]> git.sesse.net Git - ccbs/blobdiff - html/ccbs.pm
Multiple changes to make it possible to run www.positivegaming.com off the same code...
[ccbs] / html / ccbs.pm
index cd71ce8aeb6f68b3ee318ee5464b03a436b79f1a..9d5c44fd337008ea05f4329fcabf77b54a8a3bb1 100755 (executable)
@@ -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;