Bug 8992: Add the greybox include file for the bootstrap theme
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 10 Oct 2014 02:12:00 +0000 (04:12 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 28 Apr 2015 18:47:39 +0000 (15:47 -0300)
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
koha-tmpl/opac-tmpl/bootstrap/en/includes/greybox.inc [new file with mode: 0644]

diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/greybox.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/greybox.inc
new file mode 100644 (file)
index 0000000..92ef62d
--- /dev/null
@@ -0,0 +1,7 @@
+<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" />