https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29678 --- Comment #15 from Fred King <fred.king@medstar.net> --- I might have figured this out. I posted this to the Koha list to see if it works for someone other than me: You need to modify three files. Let's say you put them in in http://dokument.space/anew In opac_results.xml on line 10, change <xsl:import href="MARC21slimUtils.xsl"/> to <xsl:import href= http://dokument.space/anew"MARC21slimUtils.xsl"/> In opac_detail.xml do the same thing. In MARC21slimUtils.xsl at line 8, change <xsl:include href="MARC21Languages.xsl"/> to <xsl:include href="document.space/anew/MARC21Languages.xsl"/> You may need to clear your browser's cache or try it on a different computer. I really do have modified xml results and detail files in that location, in case anyone wants to look at the horrible things I've done to them as part of my rewrite of the MedStar Authors catalog. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.