From 24fac44284c17826cdde36eea4ef79d6054b98d1 Mon Sep 17 00:00:00 2001 From: kados Date: Sat, 4 Feb 2006 21:56:18 +0000 Subject: [PATCH] Add support for intranetcolorstylesheet systempref --- reports-home.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reports-home.pl b/reports-home.pl index db341798df..844f98c67f 100755 --- a/reports-home.pl +++ b/reports-home.pl @@ -16,6 +16,7 @@ my ($template, $loggedinuser, $cookie) authnotrequired => 0, flagsrequired => {catalogue => 1}, debug => 1, - intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), }); +$template->param(intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), + ); output_html_with_http_headers $query, $cookie, $template->output; -- 2.39.5