mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-29 03:12:39 +03:00
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">
|
||||||
<div id="footer-content">
|
<div id="footer-content">
|
||||||
Powered by
|
Powered by
|
||||||
<a href="http://easyappointments.org">
|
<a href="http://easyappointments.org">Easy!Appointments
|
||||||
Easy!Appointments
|
|
||||||
<?php
|
<?php
|
||||||
echo 'v' . $this->config->item('ea_version');
|
echo 'v' . $this->config->item('ea_version');
|
||||||
|
|
||||||
|
@ -10,8 +9,7 @@
|
||||||
if ($release_title != '') {
|
if ($release_title != '') {
|
||||||
echo ' - ' . $release_title;
|
echo ' - ' . $release_title;
|
||||||
}
|
}
|
||||||
?>
|
?></a> |
|
||||||
</a> |
|
|
||||||
<?php echo $this->lang->line('licensed_under'); ?> GPLv3 |
|
<?php echo $this->lang->line('licensed_under'); ?> GPLv3 |
|
||||||
<span id="select-language" class="badge badge-inverse">
|
<span id="select-language" class="badge badge-inverse">
|
||||||
<?php echo ucfirst($this->config->item('language')); ?>
|
<?php echo ucfirst($this->config->item('language')); ?>
|
||||||
|
|
Loading…
Reference in a new issue