backoffice/application/views/footer.php

19 lines
299 B
PHP
Raw Normal View History

2020-02-06 10:09:39 +00:00
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.0.0
</div>
<strong>Copyright &copy; <?php Date('Y'); ?> <a href="https://ilink-app.com">iLink World Corporation</a>.</strong> All rights
reserved.
</footer>
</div>
</body>
</html>