Files
opensourcepos/application/views/partial/footer.php
WebShells 026114457b Minor Changes & Footer Update
Added timezone checkup to system info

1st Case:
Timezones are the same ( no warning )
2nd Case:
Difference in timezones: Warning will be displayed.

Simplifying OSPOS footer and replacing git project link by OSPOS website.
2020-05-27 08:56:51 +03:00

13 lines
452 B
PHP

</div>
</div>
<div id="footer">
<div class="jumbotron push-spaces">
<strong><?php echo $this->lang->line('common_copryrights') . $year = 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>
</div>
</body>
</html>