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