Lines 3-8
Link Here
|
3 |
<meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats --> |
3 |
<meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats --> |
4 |
<link rel="shortcut icon" href="[% IF ( OpacFavicon ) %][% OpacFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" /> |
4 |
<link rel="shortcut icon" href="[% IF ( OpacFavicon ) %][% OpacFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" /> |
5 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/lib/jquery/jquery-ui.css" /> |
5 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/lib/jquery/jquery-ui.css" /> |
|
|
6 |
<link rel="stylesheet" type="text/css" href="[% yuipath %]/reset-fonts-grids.css" /> |
7 |
<link rel="stylesheet" type="text/css" href="[% yuipath %]/skin.css" /> |
6 |
[% SET opaclayoutstylesheet='opac.css' UNLESS opaclayoutstylesheet %] |
8 |
[% SET opaclayoutstylesheet='opac.css' UNLESS opaclayoutstylesheet %] |
7 |
[% IF (opaclayoutstylesheet.match('^https?:|^\/')) %] |
9 |
[% IF (opaclayoutstylesheet.match('^https?:|^\/')) %] |
8 |
<link rel="stylesheet" type="text/css" href="[% opaclayoutstylesheet %]" /> |
10 |
<link rel="stylesheet" type="text/css" href="[% opaclayoutstylesheet %]" /> |