mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-20 15:27:53 -05:00
13 lines
574 B
PHP
13 lines
574 B
PHP
</div>
|
|
</div>
|
|
|
|
<div id="footer">
|
|
<div class="jumbotron push-spaces">
|
|
<strong><?php echo $this->lang->line('common_copyrights', date('Y')); ?> ·
|
|
<a href="https://opensourcepos.org" target="_blank"><?php echo $this->lang->line('common_website'); ?></a> ·
|
|
<?php echo $this->config->item('application_version'); ?> - <a target="_blank" href="https://github.com/opensourcepos/opensourcepos/commit/<?php echo $this->config->item('commit_sha1'); ?>"><?php echo substr($this->config->item('commit_sha1'), 0, 6); ?></a></strong>.
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|