1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 09:04:38 +02:00

Bugtracker #4870 - need full path to 'forgot password'

This commit is contained in:
e107steved
2009-12-09 20:54:31 +00:00
parent 2ab1a3c5ee
commit aca8f69300

View File

@@ -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}
&nbsp;&nbsp;&nbsp;<a href='fpw.php'>".LAN_LOGIN_12."</a>
&nbsp;&nbsp;&nbsp;<a href='".e_BASE."fpw.php'>".LAN_LOGIN_12."</a>
</div>
</div>
</div>