followup previous patch - remove disused $opacstylesheet
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 5 Jun 2009 22:06:16 +0000 (17:06 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Fri, 5 Jun 2009 22:06:57 +0000 (17:06 -0500)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Output.pm

index a147bfd..fb87e0f 100644 (file)
@@ -80,7 +80,6 @@ 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";