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
|
2015-04-09 22:49:40 +03:00
|
|
|
<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;
|
|
|
|
}
|
2015-04-09 22:49:40 +03:00
|
|
|
?></a> |
|
2013-12-23 18:55:42 +02:00
|
|
|
<?php echo $this->lang->line('licensed_under'); ?> GPLv3 |
|
2015-07-25 13:07:12 +03:00
|
|
|
<span id="select-language" class="label label-success">
|
2013-12-23 18:55:42 +02:00
|
|
|
<?php echo ucfirst($this->config->item('language')); ?>
|
|
|
|
</span>
|
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"
|
2015-01-29 00:53:13 +02:00
|
|
|
src="<?php echo $base_url; ?>/assets/js/backend.js"></script>
|
2013-12-19 18:28:19 +02:00
|
|
|
<script
|
|
|
|
type="text/javascript"
|
2015-01-29 00:53:13 +02:00
|
|
|
src="<?php echo $base_url; ?>/assets/js/general_functions.js"></script>
|
2013-06-12 18:31:16 +03:00
|
|
|
</body>
|
|
|
|
</html>
|