22 lines
478 B
PHP
22 lines
478 B
PHP
<?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>
|