관리-도구
편집 파일: invitations_the_event_essentials.php
<?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>The Event Essentials</strong> </h2> <p><span class="vendor_phone">Phone: 602-330-9505</span><br /> <a class="vendor_website" href="http://www.theeventessentials.com" target="_blank"><strong>www.theeventessentials.com</strong> <strong> </strong></a><br /> </p> <p><em><strong>One Chance. One First Impression.</strong></em><br /> <br /> The Event Essentials is a premier, full service design studio specializing in fine stationery and luxurious details for stylish celebrations. Our bespoke stationery products are crafted from the finest papers and embellished with rich accents of shimmering rhinestones, textured ribbons and fabrics, and even tantalizing scents.<br /> <br /> With all of our customizable options, each lavish piece becomes an individual reflection of your personal style.<br /> <br /> Whether you choose from one of our signature designs or decide to start from scratch, we offer a wide array of ink and paper colors, weights, textures, and embellishments to create something that is truly original for your event.<br /> <br /> From the very beginning, your invitation introduces the formality of your event and excites your guests for what is best to come. In the end, after the party is over, your stationery pieces become one-of-a kind cherished keepsake.<br /> <br /> Check out our Signature and Custom Stationery galleries </p> <p><strong>See Our Real Wedding</strong><strong><br /> </strong><a href="http://www.finestweddingsites.com/weddings/weddings-basimaasif.php">Basima & Asif</a></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 src="/vendors/images/event_essentials3.jpg" alt="Wedding Event Essentials" class="border" /></p> <p><img src="/vendors/images/event_essentials4.jpg" alt="Wedding Event Essentials" class="border" /></p> <p><img src="/vendors/images/event_essentials6.jpg" alt="Wedding Event Essentials" class="border" /></p> <p><img src="/vendors/images/event_essentials1.jpg" alt="Wedding Event Essentials" class="border" /></p> <p><img src="/vendors/images/event_essentials2.jpg" alt="Wedding Event Essentials" class="border" /></p> <p><img src="/vendors/images/event_essentials5.jpg" alt="Wedding Event Essentials" class="border" /></p> </div> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_invitations.php")) { include_once($DOCUMENT_ROOT."/includes/footer_invitations.php"); } else { header("location: /error.php"); } ?>