Hi guys,
I am trying to obtain something like:
"©" . date("Y") . Language()->projectPhrase("FooterText")
to dynamically change the year of the copyright in the Site Footer Text in a multi-language project.I suppose that the way to achieve it may be something like https://discourse.hkvstore.com/t/how-to-change-browser-title-dynamically-v2021/3761/1 or https://discourse.hkvstore.com/t/display-user-name-login-name-in-page-header/3608/1 but I can’t guess how to concatenate the “©” . date(“Y”) with the data from Language()->projectPhrase(“FooterText”) directly in the project without changing any generated file or template.Help will be really appreciated.
Thank you very much in advance.