global $vbulletin;if (THIS_SCRIPT == 'showthread'){ if ($user['field12'] == "GIRL") { $user['musername'] = '<span style="color:pink;">' . $user['username'] . '</span>'; } else { $user['musername'] = '<span style="color:blue;">' . $user['username'] . '</span>'; }}