관리-도구
편집 파일: invitations_soto.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>Soto Design</h2> <p><span class="vendor_phone">Phone: 602-488-6362</span> <br /><a class="vendor_website" href="http://www.sotodesignstudios.com" target="_blank"><strong>www.sotodesignstudios.com</strong></a></p> <p>There is only one Soto Design: the only custom invitation and stationary place that creates beautiful invitations to fit your personality and style. Whether you're planning a wedding, bridal or baby shower, corporate event, birthday or special dinner party, we will customize your invitation to make it uniquely your own. We also create theme stationary to match your wedding invitation. We've got it all: engagement announcements, save-the-date cards, bridal shower & rehearsal dinner invitations, wedding programs, wedding announcements, and wedding accessories such as table & place cards, menu cards, and, of course, thank you notes. Dealer/Designer available at a moments notice.</p> <p>Call for a FREE quote.</p> <p>Se habla Español</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/soto_01.jpg" /></p> <p><img class="border" src="/vendors/images/soto_02.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"); } ?>