Exemplo n.º 1
0
    jQuery('#essb-fans-sortables').sortable();
    jQuery('#essb-native-sortables').sortable();
    
    <?php 
$section = isset($_REQUEST['section']) ? $_REQUEST['section'] : '1';
if ($section == '') {
    $section = '1';
}
?>
    essb_option_activate('<?php 
echo $section;
?>
');    

    //jQuery.lockfixed("#sticky-navigation",{offset: {top: 40, bottom: 100}});
    jQuery('.essb-options-header').scrollToFixed( { marginTop: 30 } );
});

</script>

<style type="text/css">

#essb-native-sortables li {
	display: inline-block;
	font-weight: bold;
}
</style>

<?php 
ESSB_Settings_Helper::registerColorSelector();