TYPO3: A really simple and basic menu
This is probably the most simple way to add a dynamic menu to your TYPO3 website. Just put the code into the Typoscript setup and parse temp.menu through the autoparser.
temp.menu = HMENU
temp.menu.1 = TMENU
temp.menu.1 {
NO.ATagBeforeWrap = 1
}
Now you have a menu with nothing more than just an anchor tag.
