Heres the code i added to the hook and they ended up just showing that everyone uses the last style on this list. What did i do wrong?
if ($this->post->userinfo['styleid']=='16') {
$stylename = 'Rap Basement v1';
} elseif ($this->post->userinfo['styleid']=='14') {
$stylename = 'D12 World';
} elseif ($this->post->userinfo['styleid']=='13') {
$stylename = 'Basic 2004';
} elseif ($this->post->userinfo['styleid']=='11') {
$stylename = 'Green 2003';
} elseif ($this->post->userinfo['styleid']=='12') {
$stylename = 'Blue 2002';
} else {
$stylename = 'Low Budget';
}
|