{wc:templates "index","header"}
|
{wc:php:start}
if ( !$this->userinfo ){
echo 'You have not logged in, you cannot participate in the draw';
}else if ($this->userinfo['score'] > 1000) {
echo 'You have enough lucky points to draw!';
}else{
echo 'Sorry, you haven't got a chance to win lucky points!';
}
{wc:php:end}
|