---
 opac/opac-showmarc.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opac/opac-showmarc.pl b/opac/opac-showmarc.pl
index 2024bcb..ef97814 100755
--- a/opac/opac-showmarc.pl
+++ b/opac/opac-showmarc.pl
@@ -64,7 +64,7 @@ if ($importid) {
                
 if ($view eq 'card') {
 $xmlrecord = GetXmlBiblio($biblionumber) unless $xmlrecord;
-my $xslfile = 
C4::Context->config('intranetdir')."/koha-tmpl/intranet-tmpl/prog/en/xslt/compact.xsl";
+my $xslfile = 
C4::Context->config('intrahtdocs')."/intranet-tmpl/prog/en/xslt/compact.xsl";
 my $parser = XML::LibXML->new();
 my $xslt   = XML::LibXSLT->new();
 my $source = $parser->parse_string($xmlrecord);
-- 
1.7.0.4

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches

Reply via email to