관리-도구
편집 파일: b_registry_dillards.php
<? include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Bridal Registry | Arizona Wedding Vendors | AZ Wedding Sites | Home"; $scroller = SCROLLER_CATERERS.""; if (file_exists($DOCUMENT_ROOT."/includes/header_vendors.php")) { include_once($DOCUMENT_ROOT."/includes/header_vendors.php"); } else { header("location: /error.php"); } ?> <div id="topbanner"> </div> <div id="wrapper"> <div id="content"> <h1 class="title">Arizona Bridal Registry</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>Dillard's Wedding Registry</h2> <p><a class="vendor_website" href="http://www.dillards.com" target="_blank"><strong>www.dillards.com</strong></a></p> <p>Congratulations! You're getting married, and the next few months will be among the busiest of your life as you prepare for the unique wedding of your dreams and plan your new home together. Dillard's is here to help. From our comprehensive checklist of items you'll need for your home to our definition pages you'll find that Dillard's has put together a wealth of practical information that will help you get organized and save you valuable time. After the wedding, our knowledge of the newest products and trends in home fashions will continue to make us a valuable source for decorating, cooking and entertaining.</p> <p>In order to take advantage of all that Dillard's Wedding Registry site has to offer, we recommend taking our Wedding Registry Tour. Whether you decide to register on-line or in-person at one of our stores we've made the process as simple as 1-2-3. We'll walk you through step-by-step and even give you valuable wedding and registry "tips" along the way. Please feel free to call a Wedding Registry consultant any time you have a question. Good Luck and...</p> <p>-Best Wishes from all of us at Dillard's.</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p> <?php @include('../includes/contact-me.php'); ?> </p> <p><img class="border" src="/vendors/images/dillards_02.jpg" /></p> <p><img class="border" src="/vendors/images/dillards_01.jpg" /></p> </div> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_registry.php")) { include_once($DOCUMENT_ROOT."/includes/footer_registry.php"); } else { header("location: /error.php"); } ?>