Code example
Output the current year in copyright line
- Description
- Output current year in Copyright line
- Author
- sauttefk
- Creation date
- Extensions
- FluidTYPO3.Vhs
- Tags
- Content ViewHelpers
- Files
- gistfile1.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <f:if condition="{settings.disableCopyright} != '1'"> | |
| © {settings.copyrightStart}-<f:format.date format="Y">{v:system.timestamp()}</f:format.date> <a href="{settings.copyrightLink}" target="_blank">{settings.copyrightName}</a> | |
| </f:if> |