TYPO3: Link to root page in fluid

revision 20a6e33bf4dfde300000a97a230b395ab5646be2

raw

lib.ts

1
2
3
lib.rootpid = TEXT
lib.rootpid.data = leveluid : 0
 
raw

template.html

1
<f:link.page pageUid="{f:cObject(typoscriptObjectPath: 'lib.rootpid')}" id="logo">&#160;</f:link.page>

History