forked from mirrors/easyappointments
10 lines
296 B
PHP
10 lines
296 B
PHP
|
<div id="footer">
|
||
|
<div id="footer-content">
|
||
|
Powered by <a href="">Easy!Appointments</a> |
|
||
|
Copyright © <?php echo date('Y'); ?>
|
||
|
<a href="http://www.alextselegidis.com">Alex Tselegidis</a> |
|
||
|
Licensed Under GPLv3
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|