glossary.js.php 214 B

123456789
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. require_once '../inc/global.inc.php';
  4. $tpl = new Template();
  5. $contentTemplate = $tpl->get_template('glossary/glossary.js.tpl');
  6. $tpl->display($contentTemplate);