View | Details | Raw Unified | Return to bug 12663
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc (-1 / +1 lines)
Lines 37-43 Link Here
37
[% IF ( bidi ) %]
37
[% IF ( bidi ) %]
38
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
38
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
39
[% END %]
39
[% END %]
40
[% UNLESS template.name.match('sco-auth.tt') %]
40
[% UNLESS template.name.match('sco') %]
41
    [% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
41
    [% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
42
[% END %]
42
[% END %]
43
<link rel="unapi-server" type="application/xml" title="unAPI" href="[% OPACBaseURL %]/cgi-bin/koha/unapi" />
43
<link rel="unapi-server" type="application/xml" title="unAPI" href="[% OPACBaseURL %]/cgi-bin/koha/unapi" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc (-2 / +1 lines)
Lines 267-273 $(document).ready(function() { Link Here
267
</script>
267
</script>
268
[% PROCESS jsinclude %]
268
[% PROCESS jsinclude %]
269
269
270
[% UNLESS template.name.match('sco-auth.tt') %]
270
[% UNLESS template.name.match('sco') %]
271
    [% IF ( OPACUserJS ) %]
271
    [% IF ( OPACUserJS ) %]
272
    <script type="text/javascript">
272
    <script type="text/javascript">
273
        //<![CDATA[
273
        //<![CDATA[
274
- 

Return to bug 12663