Exemple #1
0
 /**
  * Ouptut the html of a recaptcha area for use in a  <form>
  * @static
  *
  */
 static function Form()
 {
     echo gp_recaptcha::GetForm();
 }
Exemple #2
0
 /**
  * Ouptut the html of a recaptcha area for use in a  <form>
  * @static
  *
  */
 static function Form($theme = 'dark')
 {
     echo gp_recaptcha::GetForm($theme);
 }