mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-24 00:31:07 +00:00
24 lines
464 B
PHP
24 lines
464 B
PHP
|
<?php
|
||
|
/* Provider: - *
|
||
|
* @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>
|
||
|
|