## EasyMod 0.0.10 Compatible 
############################################################## 
## MOD Title: All Age Registration
## MOD Author: Smurfy < smurfy@warisonmedia.com >
## MOD Description: This mod allows users of all ages to register with your forum. EasyMOD Compatible. 
## MOD Version: 1.0.0 
## 
## Installation Level: Easy 
## Installation Time: ~1 Minute 
## Files to Edit: templates/subSilver/agreement.tpl 
## Included Files: N/A 
############################################################## 
## For Security Purposes, Please Check: http://www.phpbbhacks.com/ for the 
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code 
## to enter into your phpBB Forum.
##############################################################  
## Author Notes: 
## 
##     This is an easy MOD to install. You can run it with EasyMOD, or by 
##     yourself. You only need to edit one file (per template ^^) 
## 
############################################################## 
## MOD History: 
##
##     12/24/06    v.1.0.0 First version of the mod, no bugs that I know of.
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
############################################################## 
#
#-----[ OPEN ]------------------------------------------ 
#
templates/subSilver/agreement.tpl 
 
# 
# -----[ FIND ]------------------------------------------ 
# 
<a href="{U_AGREE_OVER13}" class="genmed">{AGREE_OVER_13}</a><br /><br /><a href="{U_AGREE_UNDER13}" class="genmed">{AGREE_UNDER_13}</a><br /><br />

# 
# -----[ REPLACE WITH ]---------------------------------- 
# 
<a href="{U_AGREE_OVER13}" class="genmed">Acepto las condiciones y terminos</a>
 
#  
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ 
#  
# EoM 