관리-도구
편집 파일: health_biting_edge.php
<? include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Skin, Hair & Makeup | 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">Skin, Hair & Makeup</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>The Biting Edge Family Dentistry<br /></h2> <p><span class="vendor_phone">Phone: 602-279-7312</span> <br /> <a class="vendor_website" href="http://www.TheBitingEdge.com" target="_blank"><strong>www.TheBitingEdge.com</strong></a></p> <p>Are you confident that your smile will look its finest on your wedding day? Don't be nervous about one of the most important days of your life. Make sure your smile is bright and healthy for your special day! Come see us at The Biting Edge and learn how extraordinary advancements in modern dentistry can help you brighten your smile, enhance your appearance, and make your wedding the most memorable day of your life!</p> <p>Call 602-279-7312 for an appointment to see Dr. Michael A. Smith today!</p> <p> </p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img src="/vendors/images/biting_edge02.jpg" alt="The Biting Edge" class="border" /></p> <p><img src="/vendors/images/biting_edge1.jpg" alt="The Biting Edge" class="border" /></p> <p><img src="/vendors/images/biting_edge2.jpg" alt="The Biting Edge" class="border" /></p> <p><img src="/vendors/images/biting_edge3.jpg" alt="The Biting Edge" class="border" /></p> </div> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_health.php")) { include_once($DOCUMENT_ROOT."/includes/footer_health.php"); } else { header("location: /error.php"); } ?>