24 require_once (
"./Modules/ScormAicc/classes/SCORM/class.ilSCORMOrganization.php");
45 $this->tpl->addBlockFile(
"CONTENT",
"content",
"tpl.scorm_obj.html",
"Modules/ScormAicc");
46 $this->tpl->setCurrentBlock(
"par_table");
47 $this->tpl->setVariable(
"TXT_OBJECT_TYPE", $this->lng->txt(
"cont_organization"));
49 $this->sc_object->getImportId());
51 $this->sc_object->getStructure());
53 $this->sc_object->getTitle());
54 $this->tpl->parseCurrentBlock();