Skip to main content
Back to all examples

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
<f:if condition="{settings.disableCopyright} != '1'">
&copy; {settings.copyrightStart}-<f:format.date format="Y">{v:system.timestamp()}</f:format.date> <a href="{settings.copyrightLink}" target="_blank">{settings.copyrightName}</a>
</f:if>
view raw gistfile1.txt hosted with ❤ by GitHub