Guest User

Untitled

a guest
Jan 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. <h1>Seasons At Van Houten Farms</h1>
  2. <p class="intro">You will love what we do each season!</p>
  3.  
  4. <?php print $this->seasons()->getSeasonCopy(); ?>
  5. <!--
  6. <h2 id="fall">Fall</h2>
  7. <p class="intro">Fall vegetables & fruit. Including broccoli, cauliflower, brussel sprouts,
  8. winter squash, potatoes, sweet potatoes, pumpkins, gourds. Large selection of perennials, trees
  9. and shrubs. Halloween ornaments and our popular Witch's Cauldron for children. Homegrown
  10. chrysanthemums, ornamental cabbage & kale.
  11. </p>
  12. <h3>Van Houten Farms In The Fall</h3>
  13. <?php /* print $this->partial('_img.grid.phtml',
  14. array('images' => $this->fallPhotos,
  15. 'tnSize' => array('height' => 120))) */?>
  16.  
  17. <h2 id="winter">Winter</h2>
  18. <p class="intro">Our Christmas Season with fresh cut trees - Douglas & Noble Fir.
  19. Plus fresh dug live Christmas trees, Frasier Fir Christmas Wreaths - decorated and undecorated.
  20. Bows, garland, kissing balls. Large selection of poinsettias in all sizes. We close business
  21. on Christmas Eve and re-open early March for Spring.
  22. </p>
  23.  
  24. <h2 id="spring">Spring</h2>
  25. <p class="intro">Large selection of annuals...flats, pots, hanging baskets, finished planters;
  26. over 400 varieties of perennials...mostly all grown on site, in various sizes; vegetable plants and
  27. herbs; home grown roses of all types; large selection of deciduous and evergreen trees and shrubs;
  28. lawn, garden and landscape supplies; and locally produced honey from local hives...available all seasons.
  29. </p>
  30.  
  31. <h2 id="summer">Summer</h2>
  32. <p class="intro">Plants, landscape supplies, fresh fruits and vegetables from our own Pennsylvania farm
  33. and other local growers.</p>
  34. <h3>Van Houten Farms In The Summer</h3>
  35. <?php /* print $this->partial('_img.grid.phtml',
  36. array('images' => $this->summerPhotos,
  37. 'tnSize' => array('height' => 120))) */?>
  38. -->
Add Comment
Please, Sign In to add comment