1
0

Use functions (not global variables) for protocol and base_url

This commit is contained in:
2014-01-24 22:44:19 -05:00
parent 98e62cf748
commit 0bcbf328da
24 changed files with 55 additions and 53 deletions

View File

@ -16,7 +16,7 @@
<h2>The Proposal</h2>
<img src="<?php echo $base_url; ?>/img/proposal.png" style="float: left;" />
<img src="<?php echo get_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"); ?>