Switch to planet.css stylesheet by default.

This commit is contained in:
gerv%gerv.net 2005-01-17 23:55:36 +00:00
parent 4af914705a
commit 1d7e19845f

View File

@ -45,7 +45,7 @@ my $form = $cgi->Vars;
my $vars;
$vars->{'form'} = $form;
$vars->{'newsgroup'} = $newsgroup;
$vars->{'stylesheet'} = $form->{'stylesheet'} || "skin/default.css";
$vars->{'stylesheet'} = $form->{'stylesheet'} || "skin/planet.css";
my $template = Template->new({
INCLUDE_PATH => ["template"],