Your IP : 216.73.216.95


Current Path : /var/www/html/soar-backup/wp-content/plugins/revslider/admin/views/templates/
Upload File :
Current File : /var/www/html/soar-backup/wp-content/plugins/revslider/admin/views/templates/create-slider.php

<?php
/**
 * @author    ThemePunch <info@themepunch.com>
 * @link      http://www.themepunch.com/
 * @copyright 2015 ThemePunch
 */

 
if( !defined( 'ABSPATH') ) exit();

$is_edit = false;

require self::getPathTemplate('slider-main-options');
?>

<script type="text/javascript">
	var g_jsonTaxWithCats = <?php echo $jsonTaxWithCats?>;

	jQuery(document).ready(function(){
		RevSliderAdmin.initAddSliderView();
	});
</script>