diff --git a/e107_core/shortcodes/batch/signup_shortcodes.php b/e107_core/shortcodes/batch/signup_shortcodes.php index 172b2e7d2..ece3b30b2 100755 --- a/e107_core/shortcodes/batch/signup_shortcodes.php +++ b/e107_core/shortcodes/batch/signup_shortcodes.php @@ -21,7 +21,7 @@ e107::coreLan('signup'); class signup_shortcodes extends e_shortcode { - function sc_signup_coppa_form() + function sc_signup_coppa_form($parm) { if (strpos(LAN_SIGNUP_77, "stage") !== FALSE) { @@ -29,6 +29,7 @@ class signup_shortcodes extends e_shortcode } else { + $class = (!empty($parm['class'])) ? $parm['class'] : 'btn btn-primary button'; return "
"; } @@ -590,4 +591,4 @@ class signup_shortcodes extends e_shortcode } -?> \ No newline at end of file +?>