Advertisement
Guest User

Untitled

a guest
Aug 9th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. <?php
  2. /*
  3. Template Name: Contacto
  4. */
  5.  
  6. get_header();
  7.  
  8. ?>
  9.  
  10. <div class="main-container">
  11. <div class="main wrapper clearfix">
  12. <div class="group">
  13. <div class="contacto_info">
  14. <section>
  15.  
  16. </section>
  17. </div> <!-- .contacto_info -->
  18.  
  19. <div class="texto-container">
  20. <img class="comunicate" src="<?php bloginfo('template_directory'); ?>/img/comunicate.jpg" width="352" height="54" alt="Comunicate con nosotros. hola@sonaraparana.com.ar">
  21. <form>
  22.  
  23. <?php
  24. while ( have_posts() ) :
  25. the_post();
  26. the_content();
  27. endwhile; ?>
  28. </div> <!-- .texto-container -->
  29. </div>
  30.  
  31.  
  32. <!--
  33. <div class="col span_12_of_12">
  34. <ul class="swatches">
  35. <li>#f50470</li>
  36. <li>#d80865</li>
  37. <li>#9b0a52</li>
  38. <li>#48032d</li>
  39. <li>#fff0d3</li>
  40. <li>#424242</li>
  41. <li>#f1f1f1</li>
  42. </ul> <!-- .swatches
  43. </div>-->
  44.  
  45. </div> <!-- .main -->
  46. </div> <!-- .main-container -->
  47. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement