get_social_buttons(); if (!empty($data)) { echo "
"; foreach ($data['bluesquirrel_social'] as $key=>$val) { if (!empty($val)) { $title = $front->social_key_to_title($key); echo "
"; } } echo "
"; } ?>