[TYPO3-german] Link erzeugen
pue
nicolas.puente at lgb-rlp.de
Wed Nov 3 11:03:17 CET 2010
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
More information about the TYPO3-german
mailing list