Advertisement
Guest User

Untitled

a guest
Jan 17th, 2012
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. <?php
  2. ?>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
  5.  
  6. <head profile="http://gmpg.org/xfn/11">
  7. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  8.  
  9. <title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
  10.  
  11. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
  12. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  13.  
  14. <style type="text/css">
  15. body,td,th {
  16. color: #979797;
  17. }
  18. </style>
  19. <?php
  20. // Checks to see whether it needs a sidebar or not
  21. if ( empty($withcomments) && !is_single() ) {
  22. ?>
  23.  
  24. <?php } ?>
  25.  
  26. </style>
  27.  
  28. <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
  29.  
  30. <?php wp_head(); ?>
  31. </head>
  32. <body>
  33. <div class="main_container">
  34. <div class="main">
  35. <div class="header">
  36.  
  37.  
  38. <div class="search">
  39. <div class="search">
  40. <div align="center">Call : 555-555-5555 |
  41. Email: <a href="mailto://sales@test.com" target="_blank">sales@test.com</a> </div>
  42. </div>
  43.  
  44. </div>
  45. <div class="clr">
  46.  
  47. <div id="nav_panel">
  48. <div class="logo"><a href="/index.html"><img src="/images/LOGO_BLOCK_100_2.png" width="430" height="100" border="0" alt="logo" /></a></div>
  49. <div class="menu">
  50.  
  51. <ul>
  52. <li><a href="/"><span>HOME</span></a></li>
  53. <li><a href="/about.html"><span>ABOUT</span></a></li>
  54. <li><a href="/our_services.html"><span>FORM</span></a></li>
  55. <li><a href="/blog"><span>BLOG</span></a></li>
  56.  
  57. <li><a href="/contact.html"><span>CONTACT</span></a></li>
  58. </ul>
  59. </div>
  60.  
  61. </div>
  62.  
  63. </div>
  64. </div>
  65. <div class="top_banner"><a href="#"><img src="/images/top_banner.png" width="1020px" height="75px"></a></div>
  66. <div class="container">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement