2013-06-12 18:31:16 +03:00
|
|
|
<div id="footer">
|
|
|
|
<div id="footer-content">
|
2013-10-17 18:31:43 +03:00
|
|
|
Powered by
|
|
|
|
<a href="http://easyappointments.org">
|
|
|
|
Easy!Appointments
|
|
|
|
v<?php echo $this->config->item('ea_version'); ?>
|
|
|
|
</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>
|