관리-도구
편집 파일: invitations_be_in_love_designs.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>Be In Love Designs</h2> <p><span class="vendor_phone">Phone: 480-463-4775</span> <br /><a class="vendor_website" href="http://www.BeInLoveDesigns.com" target="_blank">www.BeInLoveDesigns.com</a></p> <p>Invitations are the first impression your guests will have of your wedding. Shouldn't they reflect your personality? We design our invitations to be fresh and bold, in order to create excitement about your event. We offer custom stationery for weddings, bridal showers, baby showers, corporate events, birthdays or any event that is a cause for celebration. Complete your statement with matching save the dates, menus, programs, table numbers, place cards, thank you cards, favors and more. We believe you shouldn't just like your design, you should BE IN LOVE with it.</p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/be_in_love_designs_01.jpg" /></p> <p><img class="border" src="/vendors/images/be_in_love_designs_02.jpg" /></p> <p><img class="border" src="/vendors/images/be_in_love_designs_03.jpg" /></p> <p><img class="border" src="/vendors/images/be_in_love_designs_04.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"); } ?>