[TYPO3] pi_linkTP_keepPIvars_url does not generate L

Stano Paška stano.paska at gmail.com
Tue Dec 12 15:34:41 CET 2006


Hi,

in my extension I generate links.
In FE I displays list of records (linked to detail) and page navigation.

In links to detail of record generated with
$this->modul->pi_getPageLink($this->modul->configuration['detailPage'], '',
  array($this->modul->prefixId.'[detail]'=>$this->getHlavneId(),
  $this->modul->prefixId.'[return]'=>urlencode($_SERVER['QUERY_STRING'])))
L parameter is generated correctly.

But in page navigation generated with
$out .= '<a href="'.$this->pi_linkTP_keepPIvars_url(array('apply'=>'')).'#c'.$this->cObj->data['uid'].'">'.$i.'</a>&nbsp;';
L parameter does not appear.

I use typo3 4.0.3

Where can be problem?

Thanks for answers.

Stano Paška.

P.S. It is possible to tell that typo3 must generate &amp; instead of
& in links?


More information about the TYPO3-english mailing list