Update footer.php

replaced " with ' to prevent the string from being parsed for variables unnecessarily.
This commit is contained in:
objecttothis
2020-06-27 14:54:39 +04:00
committed by GitHub
parent f3ee3d7dbd
commit 687ae74a62

View File

@@ -3,7 +3,7 @@
<div id="footer">
<div class="jumbotron push-spaces">
<strong><?php echo $this->lang->line('common_copryrights', 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>