Guest User

post-gallery-slider/templates/gallery.php (inactive)

a guest
Mar 29th, 2015
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <style type="text/css">
  2. .gallery-slider { overflow: hidden; width: <?=$width?>px; height: <?=$height?>px; }
  3. <?php if (apply_filters('use_default_gallery_style', true)): ?>
  4. <?=$css?>
  5. <?php endif; ?>
  6. </style>
  7. <div id="gallery-<?=$instance?>" class="gallery galleryid-<?=$id?>">
  8. <?php
  9. if ($options["show_thumbs"] == "before")
  10. include("thumbs.php");
  11.  
  12. include("slider.php");
  13.  
  14. if ($options["show_thumbs"] == "after")
  15. include("thumbs.php");
  16. ?>
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment