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-12-20 19:44:44 +02:00
|
|
|
<?php echo $this->lang->line('licensed_under'); ?> GPLv3
|
2013-06-12 18:31:16 +03:00
|
|
|
</div>
|
2013-10-10 19:50:33 +03:00
|
|
|
|
|
|
|
<div id="footer-user-display-name">
|
2013-12-20 19:44:44 +02:00
|
|
|
<?php echo $this->lang->line('hello') . ', ' . $user_display_name; ?>!
|
2013-10-10 19:50:33 +03:00
|
|
|
</div>
|
2013-06-12 18:31:16 +03:00
|
|
|
</div>
|
2013-12-19 18:28:19 +02:00
|
|
|
|
|
|
|
<script
|
|
|
|
type="text/javascript"
|
|
|
|
src="<?php echo $base_url; ?>assets/js/backend.js"></script>
|
|
|
|
<script
|
|
|
|
type="text/javascript"
|
|
|
|
src="<?php echo $base_url; ?>assets/js/general_functions.js"></script>
|
2013-06-12 18:31:16 +03:00
|
|
|
</body>
|
|
|
|
</html>
|