fixed link empty space in backend footer
This commit is contained in:
parent
17f7fb8f77
commit
716a6fad30
1 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
|||
<div id="footer">
|
||||
<div id="footer-content">
|
||||
Powered by
|
||||
<a href="http://easyappointments.org">
|
||||
Easy!Appointments
|
||||
<a href="http://easyappointments.org">Easy!Appointments
|
||||
<?php
|
||||
echo 'v' . $this->config->item('ea_version');
|
||||
|
||||
|
@ -10,8 +9,7 @@
|
|||
if ($release_title != '') {
|
||||
echo ' - ' . $release_title;
|
||||
}
|
||||
?>
|
||||
</a> |
|
||||
?></a> |
|
||||
<?php echo $this->lang->line('licensed_under'); ?> GPLv3 |
|
||||
<span id="select-language" class="badge badge-inverse">
|
||||
<?php echo ucfirst($this->config->item('language')); ?>
|
||||
|
|
Loading…
Reference in a new issue