View Single Post
  #2  
Old 11th June 2008, 09:42
D3SI D3SI is offline
Senior Member
 
Join Date: May 2008
Posts: 58
Default Re: activity.php error?
you need to change the colours in the file.

Code:
case UC_SYSOP:
case UC_ADMINISTRATOR:
case UC_MODERATOR:
$arr["username"] = "<font color=#A83838>" . $arr["username"] . "</font>";
break;
case UC_UPLOADER:
$arr["username"] = "<font color=#4040C0>" . $arr["username"] . "</font>";
break;
Hope this helps
__________________
I install Site Source for $
Reply With Quote