added trailing slash to base url at login.php file
This commit is contained in:
parent
ea79e0821f
commit
17f7fb8f77
1 changed files with 2 additions and 3 deletions
|
@ -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')); ?>
|
||||
|
|
Loading…
Reference in a new issue