protected function displayCaptcha() {
		require_once(KPATH_SITE . '/funcs/post.php');
		$post = new CKunenaPost();
		$post->displayCaptcha();
	}