Okt 27
I just had the task to render litte NEW icons after every new TYPO3 page in the main menu. You can edit this by changing the value "new until" in the page properties dialog. After some trying I found a solution:
NO.stdWrap.append = HTML
NO.stdWrap.append {
value = <img src="fileadmin/img/new.png" alt="NEW" style="vertical-align: middle;"/>
value.if.value.data = date: U
value.if.isGreaterThan.field = newUntil
}
















