[Koha-patches] [PATCH] #5189 opac-showmarc.pl reference to koha-tmpl

Tomás Cohen Arazi tomascohen at gmail.com
Tue Aug 31 22:19:51 CEST 2010


---
 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



More information about the Koha-patches mailing list