Files
opensourcepos/app/Views/partial/footer.php
2024-06-15 17:19:15 +02:00

13 lines
514 B
PHP

</div>
</div>
<div id="footer">
<div class="jumbotron push-spaces">
<strong><?= lang('Common.copyrights', [date('Y')]) ?> ·
<a href="https://opensourcepos.org" target="_blank"><?= lang('Common.website') ?></a> ·
<?= esc(config('App')->application_version) ?> - <a target="_blank" href="https://github.com/opensourcepos/opensourcepos/commit/<?= esc(config('OSPOS')->commit_sha1) ?>"><?= esc(substr(config('OSPOS')->commit_sha1, 0, 6)); ?></a></strong>.
</div>
</div>
</body>
</html>