X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=opac%2Fopac-showmarc.pl;h=b3799176d45bb7001ad24faa812a14890583656a;hb=5278aa0ca4bb5110741b792b527725280a3ee902;hp=2024bcb80914f83c65ca7c58f2deefe7067b2186;hpb=1ab0497f7efac754e5c17d9784d2b9e68ce5d6ee;p=koha_fer diff --git a/opac/opac-showmarc.pl b/opac/opac-showmarc.pl index 2024bcb809..b3799176d4 100755 --- a/opac/opac-showmarc.pl +++ b/opac/opac-showmarc.pl @@ -3,7 +3,7 @@ # $Id: showmarc.pl,v 1.1.2.1 2007/06/18 21:57:23 rangi Exp $ -# Koha library project www.koha.org +# Koha library project www.koha-community.org # Licensed under the GPL @@ -20,9 +20,9 @@ # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; @@ -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('opachtdocs')."/prog/en/xslt/compact.xsl"; my $parser = XML::LibXML->new(); my $xslt = XML::LibXSLT->new(); my $source = $parser->parse_string($xmlrecord);