mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 14:57:55 -05:00
Remove the if statement that was in the end preventing any module having a _ to be displayed in the home page. This solution is consistent with navigation bar one. Also done some indentation in header and footer to improve readibility.
12 lines
435 B
PHP
12 lines
435 B
PHP
</div>
|
|
</div>
|
|
|
|
<div id="footer">
|
|
<?php echo $this->lang->line('common_you_are_using_ospos'); ?>
|
|
<?php echo $this->config->item('application_version'); ?>.
|
|
<?php echo $this->lang->line('common_please_visit_my'); ?>
|
|
<a href="https://github.com/jekkos/opensourcepos" target="_blank"><?php echo $this->lang->line('common_website'); ?></a>
|
|
<?php echo $this->lang->line('common_learn_about_project'); ?>
|
|
</div>
|
|
</body>
|
|
</html>
|