Am 11.06.13 12:03, schrieb Michael Stein:
Hallo zusammen,ich brauch einen mailto-link Das mache ich so: $this->local_cObj = t3lib_div::makeInstance('tslib_cObj'); $lConf['parameter'] = '[email protected]'; $kontakt_email = $this->local_cObj->typoLink('[email protected]', $lConf); und es funktioniert prima. Allerdings wird der link nicht wie bei typo3 sonst üblich verschlüsselt. Wir bekomme ich das hin?
versuch mal: $lConf['parameter'] = 'mailto:[email protected]'; bernd -- http://www.pi-phi.de/cheatsheet.html _______________________________________________ TYPO3-german mailing list [email protected] http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
