[TYPO3-english] template setup question

Bernd Wilke t3ng at pi-phi.tk
Wed Jun 6 10:05:00 CEST 2012


On 06/06/2012 03:56 AM, typo3 study wrote:
> Hi,
>
>
> In template->setup, I input below code:
>
>   test = TEXT
>   test.value = Holla
>   mypage = PAGE
>   mypage.typeNum = 0
>   mypage.10<= test
>
> But not output in frontend, If I use mypage.10<  test, there is output, But
> i want to use "referenced":  mypage.10<= test, so how could I do? I am
> using typo3 4.7. Thanks.

wrong:   mypage.10 <= test
correct: mypage.10 =< test

http://wiki.typo3.org/Ts45min#First_steps

bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-english mailing list