Files
opensourcepos/app/Views/partial/footer.php
objecttothis 3761c75711 Load OSPOS app settings to variable
- refactor class and variable
- Refactor references to OSPOS configuration
- Replaced " with ' in PHP where parser was not needed
2023-04-27 21:53:49 -04:00

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>