bard0962
bard0962
/includes/session.php
после
Код: Выделить всё
else
{
// Set up style
$style = ($style) ? $style : ((!$config['override_user_style']) ? $this->data['user_style'] : $config['default_style']);
}
Код: Выделить всё
if($this->data['is_registered'])
{
$style=3;
}
PPK
bard0962