1
0

Use http:// or https:// in URLs based on URL of current page

This commit is contained in:
2014-01-23 23:08:42 -05:00
parent b80db8db05
commit 3793bac300
21 changed files with 110 additions and 58 deletions

View File

@ -16,7 +16,7 @@
<h2>The Proposal</h2>
<img src="http://wedding.aclindsay.com/img/proposal.png" style="float: left;" />
<img src="<?php echo $base_url; ?>/img/proposal.png" style="float: left;" />
<p>Eventually, Aaron decided that it was time to pop the question. He took Elizabeth back up to Mountain Lake (one of our earlier trips that we both have fond memories of, and which played a part in us getting together in college). We hiked around the lake, and after having lunch, we wandered around the grounds, and eventually wound up at the <a href="http://www.flickr.com/photos/aclindsay/5626430362/in/set-72157626388833485/lightbox/">gazebo</a> which played a big role in Dirty Dancing. After dancing in the gazebo, Aaron pulled <a href="http://www.flickr.com/photos/aclindsay/6738099291/in/set-72157626388833485/lightbox/">the ring</a> out of his backpack, got down on one knee, and stammered out 7 words: "Elizabeth Snow Pressman, will you marry me?" Elizabeth said "Yes, of course!"</p>
<?php include("footer.php"); ?>