on a Page Template, I set a constant, such as
yl.page.backgroundColor = #ff0000
Now, is there a way to access the BackgroundColor-Value of a menu item, that is rendered by TMENU? I was thinking somewhat like this:
lib.mainNavigation.1.NO.wrapItemAndSub = <li style="background-color: {$record.yl.page.backgroundColor}">|</li>
Using only {$yl.page.backgroundColor} will - of course - render the color set on the current page, not the one I set on the respective menu item...
The getText reference unfortunately does not even contain the Word "Constant", and I've been googling for more than an hour now... Any ideas? Thank you all
Lukas Domnick