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

?>
<script type="text/html" id="tmpl-fusion_scroll_progress-shortcode">
	<# if ( 'flow' !== position ) { #>
		<div class="fusion-builder-placeholder-preview">
			<i class="{{ icon }}" aria-hidden="true"></i> {{ label }}
		</div>
	<# } #>

	<progress {{{ _.fusionGetAttributes( wrapperAttr ) }}}></progress>
</script>