create-slider.php 450 B

1234567891011121314151617181920212223
  1. <?php
  2. /**
  3. * @author ThemePunch <info@themepunch.com>
  4. * @link http://www.themepunch.com/
  5. * @copyright 2015 ThemePunch
  6. */
  7. if( !defined( 'ABSPATH') ) exit();
  8. $is_edit = false;
  9. require self::getPathTemplate('slider-main-options');
  10. ?>
  11. <script type="text/javascript">
  12. var g_jsonTaxWithCats = <?php echo $jsonTaxWithCats?>;
  13. jQuery(document).ready(function(){
  14. RevSliderAdmin.initAddSliderView();
  15. });
  16. </script>