Question
Get Current year in Copyright Footer of Template
I am trying to add this -" <?php echo date("Y"); ?> " for our Copyright be upto date in the footer of our Landing page templates.
Here is where I am inserting the php code :
When I am trying to save the template, Auto Save comes back as Error.
Any suggestions.
Here is where I am inserting the php code :
<div id="footer">
<p id="copyright">© 2006-<?php echo date("Y"); ?> Sample, Inc. | 12 Google Drive etc ...</p>
</div>When I am trying to save the template, Auto Save comes back as Error.
Any suggestions.