Server : Apache System : Linux webm012.cluster129.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : eventfrsgx ( 61451) PHP Version : 7.3.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/eventfrsgx/www/templates/shaper_revibe/html/layouts/joomla/content/ |
<?php
/**
* @package Joomla.Site
* @subpackage Layout
*
* @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('JPATH_BASE') or die;
?>
<div class="social-share-block" itemprop="social-share">
<div class="revibe-social-share">
<div class="revibe-social-share-icon">
<ul>
<li>
<div class="facebook" data-toggle="tooltip" data-placement="top" title="<?php echo JText::_('HELIX_SHARE_FACEBOOK'); ?>">
<a href="#" data-type="facebook" data-url="<?php echo JURI::current(); ?>" data-title="<?php echo $displayData->title; ?>" data-description="<?php echo strip_tags($displayData->introtext); ?>" data-media="" class="prettySocial"><i class="fa fa-facebook"></i></a>
</div>
</li>
<li>
<div class="twitter" data-toggle="tooltip" data-placement="top" title="<?php echo JText::_('HELIX_SHARE_TWITTER'); ?>">
<a href="#" data-type="twitter" data-url="<?php echo JURI::current(); ?>" data-description="<?php echo strip_tags($displayData->introtext); ?>" data-via="joomshaper" class="prettySocial">
<i class="fa fa-twitter"></i>
</a>
</div>
</li>
<li>
<a href="#" data-toggle="tooltip" data-placement="top" title="<?php echo JText::_('HELIX_SHARE_GOOGLE_PLUS'); ?>" data-type="googleplus" data-url="<?php echo JURI::current(); ?>" data-description="<?php echo strip_tags($displayData->introtext); ?>" class="prettySocial"><i class="fa fa-google-plus"></i></a>
</li>
<li>
<a href="#" data-toggle="tooltip" data-placement="top" title="<?php echo JText::_('HELIX_SHARE_LINKEDIN'); ?>" data-type="linkedin" data-url="<?php echo JURI::current(); ?>" data-title="<?php echo $displayData->title; ?>" data-description="<?php echo strip_tags($displayData->introtext); ?>" data-via="joomshaper" data-media="" class="prettySocial"><i class="fa fa-linkedin"></i></a>
</li>
<li>
<a href="#" data-toggle="tooltip" data-placement="top" title="<?php echo JText::_('HELIX_SHARE_PINTEREST'); ?>" data-type="pinterest" data-url="<?php echo JURI::current(); ?>" data-description="<?php echo strip_tags($displayData->introtext); ?>" data-media="" class="prettySocial"><i class="fa fa-pinterest"></i></a>
</li>
</ul>
</div>
</div>
</div> <!-- /.social-share-block -->