Exemplo n.º 1
0
 /**
  * Ouptut the html of a recaptcha area for use in a  <form>
  * @static
  *
  */
 static function Form()
 {
     echo gp_recaptcha::GetForm();
 }
Exemplo n.º 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);
 }