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

Ries van Twisk typo3 at rvt.dds.nl
Thu Dec 15 03:30:17 CET 2005


Christopher wrote:

>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
>  
>

Christopher,

thanks for the answer...
sometimes I get confused with the magnitude of differnt functions names 
with simular function...

cheers,
Ries



More information about the TYPO3-english mailing list