Bug 8992: Add the greybox include file for the bootstrap theme

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
This commit is contained in:
Jonathan Druart 2014-10-10 04:12:00 +02:00 committed by Tomas Cohen Arazi
parent 986b03e1c6
commit 28ef6c56da

View file

@ -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" />