|
Lines 208-214
Link Here
|
| 208 |
[% INCLUDE 'opac-bottom.inc' %] |
208 |
[% INCLUDE 'opac-bottom.inc' %] |
| 209 |
[% BLOCK jsinclude %] |
209 |
[% BLOCK jsinclude %] |
| 210 |
[% INCLUDE 'datatables.inc' %] |
210 |
[% INCLUDE 'datatables.inc' %] |
| 211 |
[% Asset.js("lib/hc-sticky/hc-sticky.js") | $raw %] |
|
|
| 212 |
<script> |
211 |
<script> |
| 213 |
const loggedinusername = [% ( loggedinusername ) ? 1 : 0 | html %]; |
212 |
const loggedinusername = [% ( loggedinusername ) ? 1 : 0 | html %]; |
| 214 |
const opacbookbag = [% ( opacbookbag ) ? 1 : 0 | html %]; |
213 |
const opacbookbag = [% ( opacbookbag ) ? 1 : 0 | html %]; |
| 215 |
- |
|
|