I check and it works good .
Find line 1134 and remove this
<tr>
<td class="puncon1right" style="width: 140px; white-space: nowrap"><?php echo $lang_profile['Style'] ?> </td>
<td class="puncon2">
<div style="padding-left: 4px"><?php echo $lang_profile['Style info'] ?></div><br>
<select name="form[style]">
<?php
$d = dir($pun_root.'style');
while (($entry = $d->read()) !== false)
{
if (substr($entry, strlen($entry)-4) == '.css')
$styles[] = substr($entry, 0, strlen($entry)-4);
}
$d->close();
while (list(, $temp) = @each($styles))
{
if ($user['style'] == $temp)
echo "\t\t\t\t\t".'<option value="'.$temp.'" selected>'.str_replace('_', ' ', $temp).'</option>'."\n";
else
echo "\t\t\t\t\t".'<option value="'.$temp.'">'.str_replace('_', ' ', $temp).'</option>'."\n";
}
?>
</select>
</td>
</tr>
The best things in life are free*
* plus shipping and handling
[img]http://members.lycos.co.uk/maciekziolkowski/gmailsign.jpg[/img]