22                 $this->plugin_object = $a_val;
 
   45                 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui", 
"ctype", 
$_GET[
"ctype"]);
 
   46                 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui", 
"cname", 
$_GET[
"cname"]);
 
   47                 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui", 
"slot_id", 
$_GET[
"slot_id"]);
 
   48                 $ilCtrl->setParameterByClass(
"ilobjcomponentsettingsgui", 
"pname", 
$_GET[
"pname"]);
 
   50                 $tpl->setTitle($lng->txt(
"cmps_plugin").
": ".
$_GET[
"pname"]);
 
   51                 $tpl->setDescription(
"");
 
   53                 $ilTabs->clearTargets();
 
   54                 $ilTabs->setBackTarget($lng->txt(
"cmps_plugin_slot"),
 
   55                         $ilCtrl->getLinkTargetByClass(
"ilobjcomponentsettingsgui", 
"showPluginSlot"));