/**
  * constructor
  *
  * init class.
  * @access
  * @param string $cms system-type
  */
 function Ilias3ConnectedLink($cms)
 {
     parent::ConnectedLink($cms);
     $this->cms_link = "ilias3_referrer.php";
 }
 function PmWikiConnectedLink($cms)
 {
     parent::ConnectedLink($cms);
     $this->cms_link = "pmwiki_referrer.php";
 }