Viewing File: /home/fshjisk/udnos/wp-content/plugins/fusion-builder/front-end/templates/front-end.php

<?php
/**
 * Underscore.js template
 *
 * @package fusion-builder
 * @since 2.0
 */

?>
<script type="text/template" id="fusion-builder-front-end-template">
	<#
	var previewWidth = '';
	if ( 'object' === typeof FusionApp && 'object' === typeof FusionApp.data && 'string' === typeof FusionApp.data.fusion_element_type && 'post_cards' === FusionApp.data.fusion_element_type && 'object' === typeof FusionApp.data.postMeta && 'object' === typeof FusionApp.data.postMeta._fusion && 'undefined' !== typeof FusionApp.data.postMeta._fusion.preview_width ) {
		previewWidth = 'style="width:' + parseInt( FusionApp.data.postMeta._fusion.preview_width ) + '%;"';
	}
	#>
	<div id="fusion_builder_container" {{{ previewWidth }}}></div>
</script>
Back to Directory File Manager