iflrandevu/src/application/views/backend/footer.php

10 lines
296 B
PHP
Raw Normal View History

<div id="footer">
<div id="footer-content">
Powered by <a href="">Easy!Appointments</a> |
Copyright &copy; <?php echo date('Y'); ?>
<a href="http://www.alextselegidis.com">Alex Tselegidis</a> |
Licensed Under GPLv3
</div>
</div>
</body>
</html>