관리-도구
편집 파일: invitations_celebrations_in_paper.php
<? include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding Invitations | Arizona Wedding Vendors | AZ Wedding Sites | Home"; 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 Wedding Invitations</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2> <strong>Celebrations In Paper </strong> </h2> <p><span class="vendor_phone">Phone: 480-946-5680</span><br /> <a class="vendor_website" href="http://celebrationsinpaper.com" target="_blank">www.celebrationsinpaper.com </a></p> <p>An invitation is the ultimate first impression. Let Celebrations in Paper make yours unforgettable. Bring your ideas to us, or let us assist you with our professional suggestions and together we will fashion a masterpiece. <br> <br> At Celebrations in Paper, we will help you realize your dream of the perfect day! We offer unique, custom invitations and stationery. Our goal is to create a distinctive theme for your event. Whether you are planning a wedding, bridal or baby shower, corporate event, birthday or special dinner party, we will customize your invitation to fit your personality and style. Take a moment to view some of our samples. <br> <br> We also offer a full line of imprintables, personalized stationery and gift items, including programs, menus, place cards, and more. </p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/cip-0.jpg" /></p> <p><img class="border" src="/vendors/images/cip-4.jpg" /></p> <p><img class="border" src="/vendors/images/cip-1.jpg" /></p> <p><img class="border" src="/vendors/images/cip-2.jpg" /></p> <p><img class="border" src="/vendors/images/cip-3.jpg" /></p> </div> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_invitations.php")) { include_once($DOCUMENT_ROOT."/includes/footer_invitations.php"); } else { header("location: /error.php"); } ?>