Force skin parameter for error template

This commit is contained in:
Clément Oudot 2009-06-25 15:43:14 +00:00
parent 7bd70aec9e
commit c113f7440e
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ my $template = HTML::Template->new(
$template->param( PORTAL_URL => "$portal_url" );
$template->param( LOGOUT_URL => "$logout_url" );
$template->param( SKIN => "$skin" );
print $portal->header('text/html; charset=utf8');
print $template->output;