Advertisement
FlashBuddy

WordPress Template header.php with 2 State Buttons

Oct 11th, 2011
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. <div class="fb-headerBtns">
  2. <div id="homeBtn"><a href="<?php bloginfo('url');?>/" title="District Agency Home Page"><img src="<?php bloginfo('template_directory');?>/images/homeBtn-norm.png" alt="Home Button" /></a></div>
  3.  
  4. <div id="who-we-are_btn-2-state_button">
  5. <ul>
  6. <li><a href="<?php bloginfo('url');?>/who-we-are/" title="Who We Are"><h3>Who We Are</h3></a></li>
  7. </ul>
  8. </div>
  9.  
  10. <div id="what-we-do_btn-2-state_button">
  11. <ul>
  12. <li><a href="<?php bloginfo('url');?>/what-we-do" title="What We Do"><h3>What We Do</h3></a></li>
  13. </ul>
  14. </div>
  15.  
  16. <div id="case-studies-btn_2-state">
  17. <ul>
  18. <li><a href="<?php bloginfo('url');?>/category/case-study/" title="Case Studies"><h3>Case Studies</h3></a></li>
  19. </ul>
  20. </div>
  21.  
  22. <div id="latest-news-btn_2-state">
  23. <ul>
  24. <li><a href="<?php bloginfo('url');?>/category/latest-news" title="Latest News"><h3>Latest News</h3></a></li>
  25. </ul>
  26. </div>
  27.  
  28. <div id="contact-btn_2-state">
  29. <ul>
  30. <li><a href="<?php bloginfo('url');?>/contact/" title="Contact District Agency"><h3>Contact District Agency</h3></a></li>
  31. </ul>
  32. </div>
  33. </div><!-- //headerBtns -->
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement