Bug 13618: Add html filters to all the variables
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / includes / greybox.inc
1 [% USE raw %]
2 [% USE Asset %]
3 <script>
4     var GB_ROOT_DIR = "[% interface | html %]/[% theme | html %]/lib/greybox/";
5 </script>
6 [% Asset.js("lib/greybox/AJS.js") | $raw %]
7 [% Asset.js("lib/greybox/AJS_fx.js") | $raw %]
8 [% Asset.js("lib/greybox/gb_scripts.js") | $raw %]
9 [% Asset.css("lib/greybox/gb_styles.css") | $raw %]