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

?>
<script type="text/html" id="tmpl-fusion_form_image_select-shortcode">
{{{ outerWrapper }}}
	<# if ( 'above' === labelPosition ) { #>
		{{{ elementLabel }}}
	<# } #>

	<fieldset class="fusion-child-element"></fieldset>

	<# if ( 'above' !== labelPosition ) { #>
		{{{ elementLabel }}}
	<# } #>
</div>
</script>