hogash

Untitled

Dec 30th, 2011
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. $script = '
  2. jQuery(document).ready(function($) {
  3. $("#slider_'.$mid.'").anythingSlider({
  4. expand : true,
  5. height : '.$height.',
  6. delay : '.$delay.',
  7. animationTime : '.$animationtime.',
  8. easing : "'.$easing.'",
  9. autoPlay : '.$autoplay.',
  10. pauseOnHover : '.$pauseonhover.',
  11. buildArrows : '.$buildarrows.',
  12. buildNavigation : '.$buildnavigation.'
  13. });
  14. });
  15. ';
Add Comment
Please, Sign In to add comment