mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
@@ -85,22 +85,11 @@ class social_shortcodes extends e_shortcode
|
||||
|
||||
// print_a($social);
|
||||
|
||||
$class = (vartrue($parm['size'])) ? 'fa-'.$parm['size'] : '';
|
||||
$class = (!empty($parm['size'])) ? 'fa-'.$parm['size'] : '';
|
||||
$class .= (isset($parm['class'])) ? (string) $parm['class'] : $class;
|
||||
|
||||
// @deprecated - use template.
|
||||
/*
|
||||
$tooltipPos = vartrue($parm['tip-pos'], 'top');
|
||||
|
||||
if(isset($parm['tip']))
|
||||
{
|
||||
$tooltip = ($parm['tip'] == 'false' || empty($parm['tooltip'])) ? '' : 'e-tip';
|
||||
}
|
||||
else
|
||||
{
|
||||
$tooltip = 'e-tip';
|
||||
}
|
||||
|
||||
*/ if(!empty($parm['type']))
|
||||
if(!empty($parm['type']))
|
||||
{
|
||||
$newList = array();
|
||||
$tmp = explode(",",$parm['type']);
|
||||
|
Reference in New Issue
Block a user