Riverworks Logo

October CMS Replace Date Dynamically

October CMSCode Snippets

This will allow you to put a place holder for the date ("{{ year }}") in the backend module in October CMS and the code with replace it with the dynamic date in php.

{{ this.theme.footer_copyright|replace({'{{ year }}': "now"|date("Y")})|raw }}