24 require_once (
"./Modules/ScormAicc/classes/AICC/class.ilAICCObjectGUI.php");
 
   25 require_once (
"./Modules/ScormAicc/classes/AICC/class.ilAICCBlock.php");
 
   46                 $this->tpl = 
new ilTemplate(
"tpl.main.html", 
true, 
true);
 
   48                 $this->tpl->addBlockFile(
"CONTENT", 
"content", 
"tpl.aicc_block.html", 
"Modules/ScormAicc");
 
   49                 $this->tpl->setVariable(
"BLOCK_TITLE", $this->ac_object->getTitle() );
 
   50                 $this->tpl->setVariable(
"BLOCK_DESCRIPTION", $this->ac_object->getDescription() );
 
   51                 $this->tpl->parseCurrentBlock();