2013-06-12 18:31:16 +03:00
|
|
|
<div id="footer">
|
|
|
|
<div id="footer-content">
|
2013-07-03 20:27:00 +03:00
|
|
|
Powered by <a href="http://easyappointments.org">Easy!Appointments</a> |
|
2013-06-12 18:31:16 +03:00
|
|
|
Copyright © <?php echo date('Y'); ?>
|
2013-07-03 20:27:00 +03:00
|
|
|
<a href="http://alextselegidis.com">Alex Tselegidis</a> |
|
2013-06-12 18:31:16 +03:00
|
|
|
Licensed Under GPLv3
|
|
|
|
</div>
|
2013-10-10 19:50:33 +03:00
|
|
|
|
|
|
|
<div id="footer-user-display-name">
|
|
|
|
Hello, <?php echo $user_display_name; ?>!
|
|
|
|
</div>
|
2013-06-12 18:31:16 +03:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|