mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 12:07:52 +00:00
Switch to planet.css stylesheet by default.
This commit is contained in:
parent
4af914705a
commit
1d7e19845f
@ -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"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user