HarryAdney Posted December 15, 2016 Share Posted December 15, 2016 Hi, I'm trying to insert a copyright year into a copyright variable in the overides/english.php file. [php]So far I've tried $_LANG['copyright'] = "© Copyright <?php echo date('Y') ?> All Rights Reserved";[/php] I've tried escaping the php with \<?php, but that doesn't work either. Any suggestions? 0 Quote Link to comment Share on other sites More sharing options...
pablobaldovi Posted December 16, 2016 Share Posted December 16, 2016 I did not try it, but the language files are PHP files. Do not include the echo. $ _LANG ['copyright'] = "& copy; Copyright". Date ('Y'). "All Rights Reserved"; 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.