Hallo Leute,
ich möchte bei der extension dmaddredit, dass ich externe links (der der Homepage) in ein neuen Fenster öffnet.
Der Quellcode sagt:
PHP-Code:
function makeHTTPLink($url,$name) {
$this->typolink_conf["parameter"] = $url;
$code = $this->cObj->typolink($name, $this->typolink_conf);
return $code;
}
ich hatte es jetzt schonmal so probiert:
PHP-Code:
$this->typolink_conf["parameter"] = $url;
$this->typolink_conf["target."] = "_blank";
$this->conf['target.']= "_blank";
$code = $this->cObj->typolink($name, $this->typolink_conf);
return $code;
aber so ganz wollte es nicht funktionieren...
washab ich falsch gemacht?
Gruß