관리-도구
편집 파일: dance_chad.php
<?php include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding Transportation | Arizona Wedding Vendors | AZ Wedding Sites | Home"; $scroller = SCROLLER_TRANSPORTATION.""; 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 Dance Lessons</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>Dance With Chad & Brisa</h2> <p><span class="vendor_phone">Phone: 602-549-1916 </span> <br /> <a class="vendor_website" href="http://www.dancewithchad.com" target="_blank"><strong>www.dancewithchad.com</strong></a><strong><br /> </strong></p> <p><strong>Arizona's Wedding Dance Specialist Chad Lakridis will take your wedding from special to spectacular!<br /> </strong>Have you thought about your first dance? Chad specializes in helping you choose your first dance, then provides the instruction you need to look good, and present confidence on the dance floor. We instruct bridal couples, father-daughters, mother-sons, and the whole wedding party! (We also offer wedding reception services - let us engage your guests with a dance lesson and demonstration while you are taking photos!)<br /> <br /> We offer packages that suit every budget - we design the program that's best for you. </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/dance-chad-1.jpg" alt="Enchanted Carriage Service" class="border" /></p> <p> </p> <p> </p> </div> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_transportation.php")) { include_once($DOCUMENT_ROOT."/includes/footer_transportation.php"); } else { header("location: /error.php"); } ?>