[TYPO3] print the url of the actual page with simulatestatic

Xavier Perseguers typo3 at perseguers.ch
Wed Apr 23 09:07:07 CEST 2008


Hello,

> > >>>  how can I print the url of my page "simulateStatic"-like
> >  >>>
> >  >>>  TEMP= TEXT
> >  >>>  TEMP {
> >  >>>    field = uid
> >  >>>    wrap = "http://index.php?id=|"
> >  >>>  }

You may try this:

temp = TEXT
temp {
   typolink {
     #parameter = {$site.pages.tutorials}
     field = uid
     returnLast = url
   }
}

HTH

-- 
Xavier Perseguers


More information about the TYPO3-english mailing list