fixed link empty space in backend footer

This commit is contained in:
Alex Tselegidis 2015-04-09 21:49:40 +02:00
parent 17f7fb8f77
commit 716a6fad30

View file

@ -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')); ?>