############################################################## 
## MOD Title:		Remove Flash Message from Overall Header Blake...
## MOD Author:		NightriderXP < phpBB@4fxearth.net >  (Blake) http://4fxearth.net/phpBB2
## MOD Description:
##			This mod removes a Flash movie from the Overall Header...
##
## MOD Version:		1.0.2.2
## 
## Installation Level:	Easy
## Installation Time:	< 1 Minute using EasyMod 
## Files To Edit: 1
##			overall_header.tpl
## Included Files: 0
##			N/A
##
############################################################## 
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the 
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code 
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered 
## in our MOD-Database, located at: http://www.phpbb.com/mods/ 
############################################################## 
## Author's Notes: 
## 
## Make sure you create your own Flash Message and change the path for it below...
##
############################################################## 
##
## MOD History:
##
##   2005-07-28 - Version 1.0.0 
## 
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##############################################################
# 
#-----[ OPEN ]------------------------------------------ 
#
templates/subSilver/overall_header.tpl

# 
#-----[ FIND ]------------------------------------------ 
# The actual lines will be longer
#
<center>
<table 
<object 
  codebase
  id
  <param name
  <param name
  <param name
  <embed name
    width
    type
    pluginspage
  </embed>
</object>
</td>
</center>
# 
#-----[ REPLACE WITH ]------------------------------------------ 
#
<i></i>
# 
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ 
# 
# EoM