I am building menu in TYPO3 template - setup.
This is typoscript code from template - setup:
menuSecondary = HMENU
menuSecondary {
special = directory
special.value = 11
wrap = <ul>|</ul>
1 = TMENU
1 {
NO = 1
NO {
linkWrap = <li>|</li>
}
}
}
The problem is, this 1 = TMENU, since I have defined 1 = TMENU I got this error in browser:
"[] operator not supported for strings"
Any help will be greatly appreciated!