Koha/koha-tmpl/intranet-tmpl/prog/en/includes/greybox.inc
Jonathan Druart e82017d44f Revert "Bug 8992: Use the existing greybox plugin in interface/theme"
This reverts commit 986b03e1c6.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
2015-04-29 12:07:23 -03:00

7 lines
443 B
HTML

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