easyappointments/src/application/views/backend/footer.php
alextselegidis@gmail.com 4b52ccfd40 Added second category of exceptions (warnings) that are not very important to each operation.
Added appointment cancellation reason field to emails.
2013-07-03 17:27:00 +00:00

10 lines
No EOL
319 B
PHP

<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>
</body>
</html>