From 55b658f826815596af458d445dc3e02736156ad7 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Sat, 6 Oct 2007 21:46:23 -0500 Subject: [PATCH] move the xslt dir to a language-specific dir Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- C4/Record.pm | 2 +- .../intranet-tmpl/prog/en}/xslt/MARC21slim2MODS3-1.xsl | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {misc => koha-tmpl/intranet-tmpl/prog/en}/xslt/MARC21slim2MODS3-1.xsl (100%) diff --git a/C4/Record.pm b/C4/Record.pm index 095798abbe..ec00367676 100644 --- a/C4/Record.pm +++ b/C4/Record.pm @@ -278,7 +278,7 @@ sub marc2modsxml { my ($marc) = @_; # grab the XML, run it through our stylesheet, push it out to the browser my $xmlrecord = marc2marcxml($marc); - my $xslfile = C4::Context->config('intranetdir')."/misc/xslt/MARC21slim2MODS3-1.xsl"; + my $xslfile = C4::Context->config('intranetdir')."/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS3-1.xsl"; my $parser = XML::LibXML->new(); my $xslt = XML::LibXSLT->new(); my $source = $parser->parse_string($xmlrecord); diff --git a/misc/xslt/MARC21slim2MODS3-1.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS3-1.xsl similarity index 100% rename from misc/xslt/MARC21slim2MODS3-1.xsl rename to koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS3-1.xsl -- 2.39.5