1
0

Update gift registry information

This commit is contained in:
Aaron Lindsay 2012-02-04 16:32:36 -07:00
parent 9a98879353
commit b6af050318
3 changed files with 10 additions and 10 deletions

View File

@ -27,7 +27,7 @@
<li><a href="http://wedding.aclindsay.com/rsvp">RSVP</a></li>
<li><a href="http://wedding.aclindsay.com/pictures">Pictures</a></li>
<li><a href="http://wedding.aclindsay.com/asheville">Asheville</a></li>
<li><a href="http://wedding.aclindsay.com/registries">Registries</a></li>
<li><a href="http://wedding.aclindsay.com/registry">Registry</a></li>
</ul>
</div>
<div id="main">

View File

@ -1,9 +0,0 @@
<?php include("../header_top.php"); ?>
<title>The Wedding of Aaron Lindsay and Elizabeth Pressman</title>
<?php include("../header_bottom.php"); ?>
<h1>Gift Registries</h1>
<p>We haven't registered anywhere, because as of this writing, we're still over a year away from our wedding! Check back with us later, and we'll update this page appropriately.</p>
<?php include("../footer.php"); ?>

View File

@ -0,0 +1,9 @@
<?php include("../header_top.php"); ?>
<title>The Wedding of Aaron Lindsay and Elizabeth Pressman</title>
<?php include("../header_bottom.php"); ?>
<h1>Gift Registry</h1>
<p>We are registered at Bed, Bath, and Beyond. You may view our registry online by following <a href="http://www.bedbathandbeyond.com/regGiftRegistry.asp?WRN=-1689827874" target="_blank">this link</a>. You may also look up our registry in any store using our registry number, 12669721, and our names.</p>
<?php include("../footer.php"); ?>