관리-도구
편집 파일: health_rolfs_salon.php
<?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">Wedding Hair & Makeup</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>Rolfs Salon<br /> </h2> <p><span class="vendor_phone">Phone: Rolfs at Gainey Village 480-607-1414</span> <br /> <span class="vendor_phone">Phone: Rolfs at Dana Park 480-491-7900</span><br /> <span class="vendor_phone">Phone: Rolfs at The Foothills 480-940-0800</span><br /> <span class="vendor_phone">Phone: Rolfs at Arrowhead 623-537-2223</span><br /> <a class="vendor_website" href="http://www.RolfsSalon.com" target="_blank"><strong>www.RolfsSalon.com</strong></a></p> <p><strong>Let Rolfs transform your bridal hair ideas and makeup wishes into reality.</strong><br /> Rolfs expert styling team provides fashion-forward as well as classic fashions in both bridal hair styles and makeup application for all wedding occasions. Our bridal hair and makeup experts specialize in making you breathtaking for your wedding day. Whether you are going for timeless classic, modern sophisticate, retro-chic, romantic, or easy elegance, we will provide you with the ultimate bridal hair style and makeup to complete your wedding look. Our beautiful, upscale hair salons create the perfect atmosphere to prepare for your special day.<br /> <br /> Let Rolfs take care of your whole family and bridal party with our array of a la carte pricing on all event hair styles and makeup applications. This is perfect for bridesmaids, mother-of-the-bride, and members of your wedding party. Call to book our exclusive Bridal package, or a la carte services for your whole bridal party. With four salons throughout the valley, our professionally trained bridal experts are ready to help you fulfill all your wedding beauty desires. </p> <p> </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/rolfs-salon.jpg" alt="Rolf's Salon" class="border" /></p> <p><img src="/vendors/images/rolfs-salon2.jpg" alt="Rolf's Salon" class="border" /></p> </div> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_health.php")) { include_once($DOCUMENT_ROOT."/includes/footer_health.php"); } else { header("location: /error.php"); } ?>