Can anybody help me.. I wanna have different colour for staff members in lavalair. Ex. Red for owner. Green for head admin etc. Any body pls help..!
Different colour for staff in lavalair
Collapse
X
-
Code:$lnk = "<a href=\"index.php?action=viewuser&who=$item[2]\">$item[0]<a/>"; if($item[1]==1) { $item[1] = "<a href=\"index.php?action=viewuser&who=$item[2]\"><b><font color=\"yellow\">$item[0]</b><a/>"; }else if($item[1]==2) { $item[1] = "<a href=\"index.php?action=viewuser&who=$item[2]\"><b><font color=\"PINK\">$item[0]</font></b><a/>"; }else if($item[1]==3) { $item[1] = "<a href=\"index.php?action=viewuser&who=$item[2]\"><b><font color=\"VIOLET\">$item[0]</font></b><a/>"; }else if($item[1]==4) { $item[1] = "<a href=\"index.php?action=viewuser&who=$item[2]\"><b><font color=\"BROWN\">$item[0]</font></b><a/>"; }else if($item[1]==0) { $item[1] = "$lnk"; } echo "$item[1] > "; }
Comment