[TYPO3] make "Home" link

Fearless Goblin (Victor Livakovsky) v-tyok at mail.ru
Wed Sep 17 23:22:51 CEST 2008


> Thanks, i did it with include link http://mysite into [globalVar = TSFE:id =
> 14] condition, but i still have question about variable instead of string
> like "http://mysite". I can insert year into my page with {date:Y} but why i
> can't use smth like this for home site url?

If you don't use RealURL, you may do it in such way:
yoursite.name/index.php?id={page:uid}
If you use RealURL, you may try this code:
yoursite.name/{tx_realurl_pathcache:pagepath} - actually, I'm not
sure, that this will work, but you always may try :)

Or you may use a solution provided by Stefan Reichelt.




More information about the TYPO3-english mailing list