Guest User

Untitled

a guest
Jan 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <?php
  2. /*
  3. Template Name: Sidebar
  4. */
  5. ?>
  6.  
  7. <div id="sidebar">
  8. <ul>
  9. <li class="shadow">
  10. <a href="the-gibb">
  11. <img src="<?PHP bloginfo('template_directory'); ?>/images/image_gibb.jpg" alt="Gibb, Summit North West" />
  12. Gibb
  13. </a>
  14. </li>
  15. <li class="shadow">
  16. <a href="the-fitzroy">
  17. <img src="<?PHP bloginfo('template_directory'); ?>/images/image_fitzroy.jpg" alt="Fitzoy, Summit North West" />
  18. Fitzroy
  19. </a>
  20. </li>
  21. <li class="shadow">
  22. <a href="the-ord">
  23. <img src="<?PHP bloginfo('template_directory'); ?>/images/image_ord.jpg" alt="Ord, Summit North West" />
  24. Ord
  25. </a>
  26. </li>
  27. </ul>
  28. </div>
Add Comment
Please, Sign In to add comment