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
|
2013-10-18 17:56:12 +03:00
|
|
|
<?php
|
|
|
|
echo 'v' . $this->config->item('ea_version');
|
|
|
|
|
|
|
|
$release_title = $this->config->item('ea_release_title');
|
|
|
|
if ($release_title != '') {
|
|
|
|
echo ' - ' . $release_title;
|
|
|
|
}
|
|
|
|
?>
|
2013-10-17 18:31:43 +03:00
|
|
|
</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>
|