コード例 #1
0
ファイル: recaptcha.php プロジェクト: GedionChang/gpEasy-CMS
 /**
  * Ouptut the html of a recaptcha area for use in a  <form>
  * @static
  *
  */
 static function Form()
 {
     echo gp_recaptcha::GetForm();
 }
コード例 #2
0
ファイル: recaptcha.php プロジェクト: VTAMAGNO/gpEasy-CMS
 /**
  * Ouptut the html of a recaptcha area for use in a  <form>
  * @static
  *
  */
 static function Form($theme = 'dark')
 {
     echo gp_recaptcha::GetForm($theme);
 }