mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Fixes #3764 XURL icons now function regardless of FontAwesome version or presence.
This commit is contained in:
@@ -59,7 +59,7 @@ class social_shortcodes extends e_shortcode
|
||||
* {XURL_ICONS: size=2x}
|
||||
* {XURL_ICONS: type=facebook,twitter,vimeo}
|
||||
*/
|
||||
function sc_xurl_icons($parm='')
|
||||
function sc_xurl_icons($parm=null)
|
||||
{
|
||||
$tp = e107::getParser();
|
||||
$tmpl = !empty($parm['template']) ? $parm['template'] : 'default';
|
||||
|
Reference in New Issue
Block a user