diff --git a/e107_core/shortcodes/batch/signup_shortcodes.php b/e107_core/shortcodes/batch/signup_shortcodes.php index 7a5f07f7b..a7e6ee732 100755 --- a/e107_core/shortcodes/batch/signup_shortcodes.php +++ b/e107_core/shortcodes/batch/signup_shortcodes.php @@ -94,7 +94,7 @@ class signup_shortcodes extends e_shortcode // 'signup' Creates a new XUP user if not found, otherwise it logs the person in. - $button = (defset('FONTAWESOME') === 4) ? $tp->toGlyph('fa-'.$ic, array('size'=>$size, 'fw'=>true)) : ""; + $button = (defset('FONTAWESOME')) ? $tp->toGlyph('fa-'.$ic, array('size'=>$size, 'fw'=>true)) : ""; $text .= " ".$button." "; } //TODO different icon options. see: http://zocial.smcllns.com/ @@ -141,7 +141,7 @@ class signup_shortcodes extends e_shortcode $ic = 'windows'; } - $button = (defset('FONTAWESOME') === 4) ? "".$tp->toGlyph('fa-'.$ic, array('size'=>$size, 'fw'=>true))."" : ""; + $button = (defset('FONTAWESOME')) ? "".$tp->toGlyph('fa-'.$ic, array('size'=>$size, 'fw'=>true))."" : ""; $text .= " ".$button." "; } diff --git a/e107_images/xup/github.png b/e107_images/xup/github.png new file mode 100644 index 000000000..182a1a3f7 Binary files /dev/null and b/e107_images/xup/github.png differ