############################################### 
##   MOD Title: Tell a friend integration 
##   MOD Author: Andrew McNair <N/A> (N/A) N/A
##   MOD Description:   integrates a tell a friend script into phpbb2
##   MOD Version: 0.01.0 
## 
##   Installation Level: Easy
##   Installation Time: ~5 
##   Files To Edit: 2 
##              thankyou.htm
##				templates/subSilver/overall_header.tpl 
## 
##   Included Files: 6 
##      tellfriend.php 
##      tellfriendform.php 
##      tellfriendscript.php
##      thankyou.php
##      thankyou.htm
## 		readme.txt
##
## 	License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
##   Author Notes: 
##      Open thankyou.htm and edit this file with your welcome message 
##		or leave the message that We have put. :)
## 
##   Support: http://www.phpbbhacks.com/forums 
##   Copyright: 2003 <tell a friend integration> 0.01 - <Madpiper> 
## 
############################################### 
##   You downloaded this hack from phpBBHacks.com, the #1 source for phpBB related downloads. 
##   Please visit http://www.phpbbhacks.com/forums for support. 
############################################### 
## MOD History:
##      None 
##      <Version #>:    none
##      <Version #>:    0.01 
############################################### 
#
#-----[COPY]--------------------------------------------------
#
copy tellfriend.php to tellfriend.php
copy tellfriendform.php to tellfriendform.php
copy tellfriendscript.php to tellfriendscript.php
copy thankyou.php to thankyou.php
copy thankyou.htm to thankyou.htm

# 
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_header.tpl
 
#
#-----[ FIND ]------------------------------------------
#
#<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>
L_LOGIN_LOGOUT}</a>
#
#-----[ IN-LINE FIND ]------------------------------------------
#
L_LOGIN_LOGOUT}</a>

#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
<br><a href="tellfriend.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_smilies.gif" width="13" height="13" border="0" />Recommend Us</a>

# 
#-----[ SAVE/CLOSE ALL FILES ]--------------------------
# 
#EoM 
