[Typo3-dev] minuscule suggestion for next version of tipafriend ext

Chi Hoang hoang at planb-media.de
Tue Jun 8 13:42:28 CEST 2004


Dear Kasper, hello developer,

in line 153 of class.tx_tipafriend.php change

$wrappedSubpartArray['###LINK###']=array('<a
href="'.htmlspecialchars($url).'">','</a>');

to

$wrappedSubpartArray['###LINK###']=array('<a
href="'.htmlspecialchars($url).'"' . $this->typolink_conf['ATagParams']
.'>','</a>');


then you can add ATagParams to the Link in Setup with for example:

plugin.tipafriend.typolink.ATagParams=class="style"


Not bad, isnt'it?


Greets,

Chi






More information about the TYPO3-dev mailing list