From ad4e318b00f4a0083931900ad0eb290cbeb9ccc0 Mon Sep 17 00:00:00 2001 From: kados Date: Mon, 13 Feb 2006 07:11:54 +0000 Subject: [PATCH] Adding support for intranetstylesheet and intranetcolorstylesheet --- bull/subscription-detail.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bull/subscription-detail.pl b/bull/subscription-detail.pl index c9bed507e3..7d07e85daf 100755 --- a/bull/subscription-detail.pl +++ b/bull/subscription-detail.pl @@ -136,6 +136,8 @@ $template->param( $template->param( "periodicity$subs->{periodicity}" => 1, "arrival$subs->{dow}" => 1, + intranetstylesheet => C4::Context->preference("intranetstylesheet"), + intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), ); output_html_with_http_headers $query, $cookie, $template->output; -- 2.39.5