##############################################################
## MOD Title: Remove Forgot Password Option from Login...
## MOD Author: Nightrider < phpbb@4fxearth.net > (Blake) http://4fxearth.net/phpBB2
## MOD Description: This MOD removes the Forgot Password option from the login window...
## MOD Version: 1.0.0
## 
## Installation Level: easy
## Installation Time: 1 minute
## Files To Edit: 1
##                templates/subSilver/login_body.tpl
## Included Files: 0
##
############################################################## 
## Author Notes: 
##############################################################
## MOD History:
##
##   2007-6-29 Creation date
## 
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/login_body.tpl
#
#-----[ FIND ]------------------------------------------
# The actuall code is longer.  This is all EM needs to find the target..
#
</tr>
<tr
{U_SEND_PASSWORD}
</tr>
#
#-----[ REPLACE WITH ]------------------------------------------
#
		  </tr>
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM