Username
Joined
Last visit
Posts
TPL['users_list']); $i++)
{
echo '
'."\n";
echo "\t\t\t".'
'."\n";
echo "\t\t\t".'
'.$this->TPL['users_list'][$i]['regdate'].'
'."\n";
echo "\t\t\t".'
'.(($this->TPL['users_list'][$i]['lastvisit']!= null) ? $this->TPL['users_list'][$i]['lastvisit'] : 'Never').'
'."\n";
echo "\t\t\t".'
'.$this->TPL['users_list'][$i]['post_count'].'
'."\n";
echo "\t\t".'
'."\n";
}
?>