Koha/koha-tmpl/opac-tmpl/bootstrap/en/includes/greybox.inc
Jonathan Druart 28ef6c56da Bug 8992: Add the greybox include file for the bootstrap theme
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
2015-04-28 15:47:39 -03:00

7 lines
503 B
HTML

<script type="text/javascript">
var GB_ROOT_DIR = "[% interface %]/[% theme %]/lib/greybox/";
</script>
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/greybox/AJS.js"></script>
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/greybox/AJS_fx.js"></script>
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/greybox/gb_scripts.js"></script>
<link href="[% interface %]/[% theme %]/lib/greybox/gb_styles.css" rel="stylesheet" type="text/css" />