From 305dbbead018d27c3af7a0cd4cf51589808edc3a Mon Sep 17 00:00:00 2001 From: Henri-Damien LAURENT Date: Sat, 5 Sep 2009 17:36:57 +0200 Subject: [PATCH] Revert "followup previous patch - remove disused $opacstylesheet" This reverts commit 59b8fd2383053698996ffd2f6d936d8fcb20ca76. c4/Output would not compile --- C4/Output.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Output.pm b/C4/Output.pm index e964515077..36b83a2904 100644 --- a/C4/Output.pm +++ b/C4/Output.pm @@ -80,6 +80,7 @@ sub gettemplate { } my $path = C4::Context->preference('intranet_includes') || 'includes'; my ( $theme, $lang ) = themelanguage( $htdocs, $tmplbase, $interface, $query ); + my $opacstylesheet = C4::Context->preference('opacstylesheet'); # if the template doesn't exist, load the English one as a last resort my $filename = "$htdocs/$theme/$lang/modules/$tmplbase"; -- 2.39.5