Update footer.php

Corrected code to send the ending year to the language line for RTL languages to juggle.
This commit is contained in:
objecttothis
2020-06-27 14:53:28 +04:00
committed by GitHub
parent 8fc27d88e0
commit f3ee3d7dbd

View File

@@ -3,7 +3,7 @@
<div id="footer">
<div class="jumbotron push-spaces">
<strong><?php echo $this->lang->line('common_copryrights') . $year = date("Y"); ?> ·
<strong><?php echo $this->lang->line('common_copryrights', date("Y")); ?> ·
<a href="https://opensourcepos.org" target="_blank"><?php echo $this->lang->line('common_website'); ?></a> ·
<?php echo $this->config->item('application_version'); ?> - <?php echo substr($this->config->item('commit_sha1'), 0, 6); ?></strong>.
</div>