[Typo3] About tslib_pibase::pi_linkToPage(...) how to set the title tag?

Christopher bedlamhotel at gmail.com
Thu Dec 15 01:40:49 CET 2005


Hi Ries,


On 12/14/05, Ries van Twisk <typo3 at rvt.dds.nl> wrote:
> How do I set the title attribute of the generated a tag?,
>
> or what function else I can use for it???
>

It might just be better to use the typolink function directly, as in this:
$linktxt = "Link Text";
$title = "Link Title";
$conf['ATagParams'] = "title=\"$title\"";
$link = $this->cObj->typolink($linktxt,$conf);


-Christopher



More information about the TYPO3-english mailing list