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 |
|
| Tags |
|
| Files |
| <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> |