Advertisement
viktormorales

Common slider

Oct 20th, 2011
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.36 KB | None | 0 0
  1. <!-- SLIDER -->
  2. <div class="slide">
  3.     <ul>
  4.         <li><a href="#"><img src="<?php bloginfo("template_url"); ?>/images/962x464.jpg" /></a></li>
  5.         <li><a href="#"><img src="<?php bloginfo("template_url"); ?>/images/962x464.jpg" /></a></li>
  6.         <li><a href="#"><img src="<?php bloginfo("template_url"); ?>/images/962x464.jpg" /></a></li>
  7.     </ul>
  8. </div>
  9. <!-- /SLIDER -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement