@ -55,7 +55,7 @@
*/
$language_file[] = 'document';
require_once '../inc/global.inc.php';
require_once '../glossary/glossary.class.php';
require_once(api_get_path(LIBRARY_PATH).'glossary.lib.php');
$language_file = 'document';
@ -3,7 +3,8 @@
// including the global dokeos file
/*
* search a term and return description from a glossary
@ -11,7 +11,7 @@ $language_file = array('glossary');
require_once 'glossary.class.php';
// the section (tabs)
$this_section=SECTION_COURSES;