mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Bugtracker #4870 - need full path to 'forgot password'
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// $Id: login_template.php,v 1.7 2009-07-07 07:25:27 e107coders Exp $
|
||||
// $Id: login_template.php,v 1.8 2009-12-09 20:54:23 e107steved Exp $
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
@@ -69,7 +69,7 @@ if(!isset($LOGIN_TABLE_FOOTER))
|
||||
<div style='width:70%;margin-right:auto;margin-left:auto'>
|
||||
<div style='text-align:center'><br />
|
||||
{LOGIN_TABLE_FOOTER_USERREG}
|
||||
<a href='fpw.php'>".LAN_LOGIN_12."</a>
|
||||
<a href='".e_BASE."fpw.php'>".LAN_LOGIN_12."</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user