Output current year in copyright line

Output the current year in copyright line

Description Output current year in Copyright line
Author sauttefk
Creation date 2015-10-02T11:20:41.000Z
Extensions
  1. FluidTYPO3.Vhs
Tags
  1. Content
  2. ViewHelpers
Files
  1. gistfile1.txt
<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