http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13170

--- Comment #9 from Chris Cormack <[email protected]> ---
Comment on attachment 33179
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33179
Bug 13170 Remove of prog theme broke the OPAC's "view plain" option for MARC
details

Review of attachment 33179:
 --> 
(http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13170&attachment=33179)
-----------------------------------------------------------------

::: C4/XSLT.pm
@@ +145,4 @@
>      my @candidates = (
>          "$htdocs/$theme/$lang/xslt/${base_xslfile}", # exact match
>          "$htdocs/$theme/en/xslt/${base_xslfile}",    # if not, preferred 
> theme in English
> +        "$htdocs/bootstrap/$lang/xslt/${base_xslfile}",   # if not, 
> 'bootstrap' theme in preferred language

Hmm nope, still not the same behaviour

in themelanguage we do

my $fallback_syspref = ($interface eq 'intranet') ? 'template' :
'OPACFallback';
C4::Context->preference( $fallback_syspref )

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to