mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-23 16:21:07 +00:00
15 lines
398 B
PHP
15 lines
398 B
PHP
|
<?php if( !defined( 'ABSPATH') ) exit(); ?>
|
||
|
<input type="hidden" id="sliderid" value="<?php echo $sliderID; ?>"></input>
|
||
|
|
||
|
<?php
|
||
|
$is_edit = true;
|
||
|
require self::getPathTemplate('slider-main-options');
|
||
|
?>
|
||
|
|
||
|
<script type="text/javascript">
|
||
|
var g_jsonTaxWithCats = <?php echo $jsonTaxWithCats?>;
|
||
|
|
||
|
jQuery(document).ready(function(){
|
||
|
RevSliderAdmin.initEditSliderView();
|
||
|
});
|
||
|
</script>
|