added trailing slash to base url at login.php file

This commit is contained in:
Alex Tselegidis 2015-04-09 21:49:03 +02:00
parent ea79e0821f
commit 17f7fb8f77
1 changed files with 2 additions and 3 deletions

View File

@ -136,9 +136,8 @@
<br><br>
<a href="<?php echo $base_url; ?>user/forgot_password" class="forgot-password">
<?php echo $this->lang->line('forgot_your_password'); ?>
</a>
<a href="<?php echo $base_url; ?>/user/forgot_password" class="forgot-password">
<?php echo $this->lang->line('forgot_your_password'); ?></a>
|
<span id="select-language" class="badge badge-inverse">
<?php echo ucfirst($this->config->item('language')); ?>