Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created December 23, 2011 19:47
Show Gist options
  • Save billrobbins/1515189 to your computer and use it in GitHub Desktop.
Save billrobbins/1515189 to your computer and use it in GitHub Desktop.
Sea Side OT Cycle Update
<script type="text/javascript">
var $j = jQuery.noConflict();
$j(window).load(function() {
$j('#slider').nivoSlider({
effect:'<?php echo $ot_cycle_settings['effect']; ?>',
animSpeed:500,
slices:1,
pauseTime:<?php echo ($ot_cycle_settings['delay'] * 1000); ?>,
directionNav:false
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment