mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Modify to template sendpassword.php as U_ url
git-svn-id: file:///svn/phpbb/trunk@205 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
11c85b2fa9
commit
4643364792
2 changed files with 2 additions and 4 deletions
|
@ -97,14 +97,12 @@ else
|
|||
$template->set_filenames(array("body" => "login_body.tpl"));
|
||||
|
||||
$template->assign_vars(array(
|
||||
"PHPEX" => $phpEx,
|
||||
"PHP_SELF" => $PHP_SELF,
|
||||
|
||||
"L_USERNAME" => $l_username,
|
||||
"L_PASSWORD" => $l_password,
|
||||
"L_SEND_PASSWORD" => $l_resend_password,
|
||||
"L_AUTO_LOGIN" => $l_autologin,
|
||||
"L_LOGIN" => $l_login,
|
||||
"U_SEND_PASSWORD" => "sendpassword.".$phpEx,
|
||||
|
||||
"USERNAME" => $userdata['username']
|
||||
)
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<td align="center"><input type="submit" name="submit" value="{L_LOGIN}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><a href="sendpassword.{PHPEX}">{L_SEND_PASSWORD}</a></font></td>
|
||||
<td align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><a href="{U_SEND_PASSWORD}">{L_SEND_PASSWORD}</a></font></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue