Trying to place date code in footer for copyright but JCE editor keeps commenting it out. I have profile set to permit php code but it still breaks the code.
<?php
echo date("Y") . "
";
?>
I have tried both with and without the <?php ?> and it comments out or only displays the code, not a date.
<?php
echo date("Y") . "
";
?>
I have tried both with and without the <?php ?> and it comments out or only displays the code, not a date.
Statistics: Posted by stuffdone — Sat Mar 23, 2024 11:13 pm