The following TypoScript shows how to make a copyright notice, which by itself updates the year to the current year.
-
## Copyright Notice [Begin]
-
# Automatic year update
-
lib.copyright.data = date:U
-
lib.copyright.strftime = %Y
-
lib.copyright.wrap = <p id="copyright"> | © Firma </p>
-
# secondary language copyright notice
-
[globalVar = GP:L = 1]
-
lib.copyright.wrap = <p id="copyright"> | © Company </p>
-
[end]
-
## Copyright Notice [End]
thaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaank