관리-도구
편집 파일: video_i2i.php
<? include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Wedding Videography | Arizona Wedding Vendors | AZ Wedding Sites | Home"; $scroller = SCROLLER_VIDEO.""; 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 Videography</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>i2i Weddings</h2> <p><span class="vendor_phone">Phone: 480-463-4121</span> <br /><a class="vendor_website" href="http://www.i2iweddings.com" target="_blank"><strong>www.i2iweddings.com</strong></a></p> <p>I2I Weddings is a full service videography company, offering quality Hi-Def Videography for all occasions. Let us capture your wedding day with extreme detail and elegance you deserve! We have packages to fit every budget. From our unique shooting and editing style, that mixes artistic and cinematic qualities enhanced by our utilization of movement and meticulous attention to detail, resulting in a video experience that will have you relive that special moment every time you watch the DVD.</p><p> i2i Weddings, Cherish the moment...frame by frame!</p><p> Visit us online to view sample clips and more information.</p><p> </p> <p><input type=button value="Back" onClick="history.go(-1)"></p> </div> <div class="vendor-right"> <p><img class="border" src="/vendors/images/i2i_01.jpg" /></p> <p><img class="border" src="/vendors/images/i2i_02.jpg" /></p> <p><img class="border" src="/vendors/images/i2i_03.jpg" /></p> </div> </div> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer_video.php")) { include_once($DOCUMENT_ROOT."/includes/footer_video.php"); } else { header("location: /error.php"); } ?>