• File: fusion-social-sharing.php
  • Full Path: /home/docteuh/www/plugins/fusion-builder/front-end/templates/fusion-social-sharing.php
  • Date Modified: 11/20/2023 6:12 PM
  • File size: 478 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * Underscore.js template
 *
 * @package fusion-builder
 * @since 2.0
 */

?>
<script type="text/html" id="tmpl-fusion_sharing-shortcode">
<div {{{ _.fusionGetAttributes( shortcodeAttr ) }}}>
	<# if ( 'show' === taglineVisibility && '' !== tagline ) { #>
	<{{ taglineTag }} {{{ _.fusionGetAttributes( taglineAttr ) }}}>
		{{{ tagline }}}
	</{{ taglineTag }}>
	<# } #>
	<div {{{ _.fusionGetAttributes( socialNetworksAttr ) }}}>
		{{{ icons }}}
	</div>
</div>
</script>