Advertisement
Guest User

Untitled

a guest
Nov 30th, 2011
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. <?php
  2. /**
  3. * @package WordPress
  4. * @subpackage BPR
  5. */
  6. ?>
  7.  
  8. <!doctype html>
  9. <html lang="en">
  10. <head>
  11. <head profile="http://gmpg.org/xfn/11">
  12. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  13. <title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
  14. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
  15. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  16. <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
  17. <?php wp_head(); ?>
  18.  
  19. </head>
  20. </head>
  21.  
  22. <div id="workshop-wrapper">
  23.  
  24.  
  25. <div class="workshop-banner"><a href="index.php"><img src="<?php bloginfo('template_directory'); ?>/images/header-banner.png" title="home" height="70px" width="346px"</a></div>
  26.  
  27.  
  28. <div id="workshop-nav">
  29. <div id="machines"><a href="machines.html" title="About the bikes we make"><img src="<?php bloginfo('template_directory'); ?>/images/machines.png" alt="bike" height="102px" width="168px"><span>Machines</span></a></div>
  30. <div id="trailers"><a href="trailers.html" title="About the trailers we make"><img src="<?php bloginfo('template_directory'); ?>/images/trailers.png" alt="trailer" height="82px" width="154px"><span>Trailers</span></a></div>
  31. <div id="workshop"><a href="workshop.html" title="About our workshop"><img src="<?php bloginfo('template_directory'); ?>/images/workshop.png" alt="workshop" height="90px" width="105px"><span>Workshop</span></a></div>
  32. <div id="blog"><a href="blog.html" title="Visit our blog"><img src="<?php bloginfo('template_directory'); ?>/images/blog.png" alt="our blog" height="98px" width="126px"><span>Blog</span></a></div>
  33. <div id="gallery"><a href="gallery.html" title="Visit our gallery"><img src="<?php bloginfo('template_directory'); ?>/images/gallery.png" alt="gallery" height="101x" width="80px"><span>Gallery</span></a></div>
  34. <div id="contact"><a href="contact.html" title="Please contact us"><img src="<?php bloginfo('template_directory'); ?>/images/contact.png" alt="contact page" height="102px" width="78px"><span>Contact</span></a></div>
  35. </div>
  36.  
  37.  
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement