helix3 = $helix3; $this->position = $this->helix3->getParam('social_position'); $this->load_pos = $this->helix3->getParam('social_load_pos'); } public function renderFeature() { $facebook = $this->helix3->getParam('facebook'); $twitter = $this->helix3->getParam('twitter'); $pinterest = $this->helix3->getParam('pinterest'); $youtube = $this->helix3->getParam('youtube'); $linkedin = $this->helix3->getParam('linkedin'); $dribbble = $this->helix3->getParam('dribbble'); $behance = $this->helix3->getParam('behance'); $skype = $this->helix3->getParam('skype'); $whatsapp = $this->helix3->getParam('whatsapp'); $flickr = $this->helix3->getParam('flickr'); $vk = $this->helix3->getParam('vk'); $custom = $this->helix3->getParam('custom'); if( $this->helix3->getParam('show_social_icons') && ( $facebook || $twitter || $pinterest || $youtube || $linkedin || $dribbble || $behance || $skype || $flickr || $vk ) ) { $html = '
'; return $html; } } }