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

14 lines
429 B
PHP
Raw Normal View History

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