View Single Post
Old
  (#4 (permalink))
mikem
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
01-19-2003, 10:33 AM

Whew that's abig. File. Ye sI imagine it is possible. But would take some work.

You would have to go through almost every line in that file adding

<font color=\"#FFFF\"> information </font>

to every line that echo's text or links.


One example would be

this
Code:
	echo "<center>Please adjust variable \$current_version (currently set to '$current_version') in ".__FILE__." to an correct value for your installation.
 Correct values are postnuke or phpnuke.</center>";
to this
Code:
	echo "<font color=\"#FFFFFF\"><center>Please adjust variable \$current_version (currently set to '$current_version') in ".__FILE__." to an correct value for your installation.
 Correct values are postnuke or phpnuke.</center></font>";
mikem
   
Reply With Quote