Hallo:
ich versuche ein Link in eine eigene Extension erzeugen:
1) $markerArray['###EMAIL###'] = $this->pi_linkToPage($data[$a]['mail'],
'Mail');
oder
2) $email = $this->cObj->getMailTo($data[$a]['mail'], 'Mail');
$markerArray['###EMAIL###'] = "<a
href=\"mailto:".$email[0]."\">".$email[1]."</a>";
Gleiche Ergebnis:
In Quelltest:<a href="mailto:Array">Mail</a>
Was mache ich falsch?
Vielen dank.
Nicolás
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german