Hi, I try to change the footer in my dashboard like this
>footerLeft("<div class='d-none d-md-block d-lg-block'>© <?php echo date('Y'); ?>Company name</div>")
But in the rendered Html I get
<div class="d-none d-md-block d-lg-block">©<!--?php echo date('Y'); ?--> Company name</div>
Why is my PHP code commented?