############################################################## 
## MOD Title:          Upgrade for Admins/mods color management
## MOD Author:         -=ET=- < space_et@tiscali.fr > (n/a) http://www.golfexpert.net/phpbb
## MOD Description:    This MOD will allow you to upgrade your
##                     Admins/mods color management MOD
##                     from 2.0.0 to 2.0.1
## MOD Version:        1.0.0
## Compatibility:      2.0.4->2.0.6 (2.0.0->2.0.3 not tested)
##
## Installation Level: Easy
## Installation Time:  1 minutes (1mn by EasyMOD of Nuttzy)
## Files To Edit:      4
##      templates/subSilver/overall_header.tpl
##      templates/subSilver/simple_header.tpl
##      templates/subSilver/subSilver.css
##      templates/subSilver/admin/page_header.tpl
##
## Included Files:     0
##
############################################################## 
## 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 Notes: 
## 
## Admins/mods color management MOD 2.0.0 needs
## to be already installed!!!
##
## 1. EasyMOD
## -----------
## This MOD is compatible and can be installed by EasyMOD
## of Nuttzy (but is not officially EasyMOD Compliant)!
## http://area51.phpbb.com/phpBB22/viewforum.php?sid=&f=15
##
## 1.1 No module choice possible
## -----------
## EM has no feature that can take charge of optional module
## and give admins the choice to instal them or not.
## So if you want to install only some modules but not all, install
## the MOD manually.
## If you have the Last visit MOD already installed, you must
## install manually its specific module at the end of the MOD.
## For the Who viewed a topic 1.0.0 MOD, you just need to have installed
## the "Username column on the memberlist page" module.
##
## 2. Official last version link
## -----------
## Meanwhile the phpBB group validation and as the MOD is not yet
## in the phpBB MOD database, check this official link for updates...
## http://www.golfexpert.net/phpBB
##
############################################################## 
## MOD History: 
## 
##   2003-11-13 - Version 1.0.0
##      - Initial release
##
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
############################################################## 
# 
#-----[ OPEN ]------------------------------------------------ 
#
templates/subSilver/overall_header.tpl

# 
#-----[ FIND ]------------------------------------------------ 
#
/* Start add - Admins/mods color management MOD */
.admincolor         { color: {T_FONTCOLOR5}; }
.admincolor:visited { color: {T_FONTCOLOR5}; }
.modcolor           { color: {T_FONTCOLOR6}; }
.modcolor:visited   { color: {T_FONTCOLOR6}; }
/* End add - Admins/mods color management MOD */

# 
#-----[ REPLACE WITH ]---------------------------------------- 
#
/* Start add - Admins/mods color management MOD */
.admincolor         { color: {T_FONTCOLOR5}; }
.admincolor:link    { color: {T_FONTCOLOR5}; }
.admincolor:active  { color: {T_FONTCOLOR5}; }
.admincolor:visited { color: {T_FONTCOLOR5}; }
.modcolor           { color: {T_FONTCOLOR6}; }
.modcolor:link      { color: {T_FONTCOLOR6}; }
.modcolor:active    { color: {T_FONTCOLOR6}; }
.modcolor:visited   { color: {T_FONTCOLOR6}; }
/* End add - Admins/mods color management MOD */
# 
#-----[ OPEN ]------------------------------------------------ 
#
templates/subSilver/simple_header.tpl

# 
#-----[ FIND ]------------------------------------------------ 
#
/* The register, login, search etc links at the top of the page */

# 
#-----[ BEFORE, ADD ]----------------------------------------- 
#

/* Start add - Admins/mods color management MOD */
.admincolor         { color: {T_FONTCOLOR5}; }
.admincolor:link    { color: {T_FONTCOLOR5}; }
.admincolor:active  { color: {T_FONTCOLOR5}; }
.admincolor:visited { color: {T_FONTCOLOR5}; }
.modcolor           { color: {T_FONTCOLOR6}; }
.modcolor:link      { color: {T_FONTCOLOR6}; }
.modcolor:active    { color: {T_FONTCOLOR6}; }
.modcolor:visited   { color: {T_FONTCOLOR6}; }
/* End add - Admins/mods color management MOD */

# 
#-----[ OPEN ]------------------------------------------------ 
#
templates/subSilver/subSilver.css

# 
#-----[ FIND ]------------------------------------------------ 
#
/* Start add - Admins/mods color management MOD */
.admincolor         { color: {T_FONTCOLOR5}; }
.admincolor:visited { color: {T_FONTCOLOR5}; }
.modcolor           { color: {T_FONTCOLOR6}; }
.modcolor:visited   { color: {T_FONTCOLOR6}; }
/* End add - Admins/mods color management MOD */

# 
#-----[ REPLACE WITH ]---------------------------------------- 
#
/* Start add - Admins/mods color management MOD */
.admincolor         { color: {T_FONTCOLOR5}; }
.admincolor:link    { color: {T_FONTCOLOR5}; }
.admincolor:active  { color: {T_FONTCOLOR5}; }
.admincolor:visited { color: {T_FONTCOLOR5}; }
.modcolor           { color: {T_FONTCOLOR6}; }
.modcolor:link      { color: {T_FONTCOLOR6}; }
.modcolor:active    { color: {T_FONTCOLOR6}; }
.modcolor:visited   { color: {T_FONTCOLOR6}; }
/* End add - Admins/mods color management MOD */
# 
#-----[ OPEN ]------------------------------------------------ 
#
templates/subSilver/admin/page_header.tpl

# 
#-----[ FIND ]------------------------------------------------ 
#
/* The register, login, search etc links at the top of the page */

# 
#-----[ BEFORE, ADD ]----------------------------------------- 
#

/* Start add - Admins/mods color management MOD */
.admincolor         { color: {T_FONTCOLOR5}; }
.admincolor:link    { color: {T_FONTCOLOR5}; }
.admincolor:active  { color: {T_FONTCOLOR5}; }
.admincolor:visited { color: {T_FONTCOLOR5}; }
.modcolor           { color: {T_FONTCOLOR6}; }
.modcolor:link      { color: {T_FONTCOLOR6}; }
.modcolor:active    { color: {T_FONTCOLOR6}; }
.modcolor:visited   { color: {T_FONTCOLOR6}; }
/* End add - Admins/mods color management MOD */

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