mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
- refactor class and variable - Refactor references to OSPOS configuration - Replaced " with ' in PHP where parser was not needed
13 lines
605 B
PHP
13 lines
605 B
PHP
</div>
|
|
</div>
|
|
|
|
<div id="footer">
|
|
<div class="jumbotron push-spaces">
|
|
<strong><?php echo lang('Common.copyrights', ['current_year' => date('Y')]) ?> ·
|
|
<a href="https://opensourcepos.org" target="_blank"><?php echo lang('Common.website') ?></a> ·
|
|
<?php echo esc(config('OSPOS')->settings['application_version']) ?> - <a target="_blank" href="https://github.com/opensourcepos/opensourcepos/commit/<?php echo esc(config('OSPOS')->settings['commit_sha1']) ?>"><?php echo esc(substr(config('OSPOS')->settings['commit_sha1'], 0, 6)); ?></a></strong>.
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|