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

(-)a/koha-tmpl/opac-tmpl/ccsr/en/includes/doc-head-close.inc (+1 lines)
Lines 11-16 Link Here
11
[% ELSE %]
11
[% ELSE %]
12
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/[% opaclayoutstylesheet %]" />
12
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/[% opaclayoutstylesheet %]" />
13
[% END %]
13
[% END %]
14
[% SET opaccolorstylesheet='colors.css' UNLESS opaccolorstylesheet %]
14
[% IF ( opaccolorstylesheet ) %]
15
[% IF ( opaccolorstylesheet ) %]
15
    [% IF (opaccolorstylesheet.match('^https?:|^\/')) %]
16
    [% IF (opaccolorstylesheet.match('^https?:|^\/')) %]
16
        <link rel="stylesheet" type="text/css" href="[% opaccolorstylesheet %]" />
17
        <link rel="stylesheet" type="text/css" href="[% opaccolorstylesheet %]" />
(-)a/koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc (-1 / +1 lines)
Lines 9-14 Link Here
9
[% ELSE %]
9
[% ELSE %]
10
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/[% opaclayoutstylesheet %]" />
10
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/[% opaclayoutstylesheet %]" />
11
[% END %]
11
[% END %]
12
[% SET opaccolorstylesheet='colors.css' UNLESS opaccolorstylesheet %]
12
[% IF ( opaccolorstylesheet ) %]
13
[% IF ( opaccolorstylesheet ) %]
13
    [% IF (opaccolorstylesheet.match('^https?:|^\/')) %]
14
    [% IF (opaccolorstylesheet.match('^https?:|^\/')) %]
14
        <link rel="stylesheet" type="text/css" href="[% opaccolorstylesheet %]" />
15
        <link rel="stylesheet" type="text/css" href="[% opaccolorstylesheet %]" />
15
- 

Return to bug 9716