File "frontend.js.php"

Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/bb-plugin/modules/countdown/includes/frontend.js.php
File size: 281 bytes
MIME-type: --
Charset: utf-8

<?php 
	
	// set defaults
	$time = $module->get_time();
	$type =	$settings->layout;

 ?>

(function($) {

	$(function() {

	    new FLBuilderCountdown({
	    	id: '<?php echo $id ?>',
	    	time: '<?php echo $time ?>',
	    	type: '<?php echo $type ?>',
	    });

	});

})(jQuery);