관리-도구
편집 파일: honeymoons_allabouthoneymoons.php
<?php include_once('../includes/root.php'); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = COMPANY_NAME." : Arizona Bridal Consulting | Arizona Wedding Vendors | AZ Wedding Sites | Home"; $scroller = SCROLLER_CATERERS.""; 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 Honeymoons</h1> <div id="vendors_listings"> <div class="vendor-left"> <h2>All About Honeymoons</h2> <p><span class="vendor_phone">Phone: 480-838-9447</span> <br /> <a class="vendor_website" href="http://www.HoneymoonSam.com" target="_blank"><strong>www.HoneymoonSam.com</strong></a></p> <p><strong>Destination Weddings</strong> <br />Dream of a wedding on a white sand beach? Impossible to coordinate and pay for? Not so. The opportunities are endless and can actually save your budget. Destination weddings tend to attract your closest friends and relatives, making the event more intimate and meaningful than a banquet room full of co-workers and family acquaintances. Many properties offer the bride and groom package options for booking rooms and holding the ceremony; you are given special attention and guidance with all details through an assigned wedding coordinator. Working with a travel consultant will make your work easier too - they can book your wedding date, handle the RSVPs, and book flights and rooms for the attendees. Make the moment into a true event where your wedding doubles as a family reunion or vacation for your guests - unforgettable for all.</p> <p>Imagine this: Wed on the sands of Riviera Maya at Allegro Playacar - a beachfront all-inclusive where friends & family can join you for a long weekend celebration. For under $5000, enjoy a total of 6 nights Superior Premium w/Deluxe wedding package for 20 guests (includes room, air, premium meals & beverages, all taxes/fees for wedding couple)</p> <p>For more information on this package or other options, please fill out the yellow form above or call us at 480-838-9447.<br /> </p> <p><strong>Cruising</strong> <br />Why see only one, when you can see them all? So many honeymooners have trouble deciding on just which place is perfect for their romantic escape. It is a trip of a lifetime, and you want to make the most of it. A cruise to several destinations gives you the comfort of un-packing only once, but experiences galore through port excursions. There are many on-board activities to fill your time, or just enjoy some sun on top deck. Be it Hawaii, the Caribbean or a European tour - there is a ship with an itinerary sure to fill your dreams.</p> <p>Imagine this: Hop aboard the Pride of Aloha to cruise the islands of Hawaii. Enjoy a day in Honolulu, Kauai, Hilo, Kona, and Maui - you decide your favorite. Oceanview stateroom under $1999 pp (includes room, meals, air, taxes/fees) <p>For more information on this package or other options, please fill out the yellow form above or call us at 480-838-9447.<br /> </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/allabouthoneymoons_logo.jpg" height="115" class="border" /></p> <p><img class="border" src="/vendors/images/allabouthoneymoons_01.jpg" /></p> <p><img class="border" src="/vendors/images/allabouthoneymoons_02.jpg" /></p> <p><img class="border" src="/vendors/images/allabouthoneymoons_03.jpg" /></p> </div> </div> </div> </div> <?php if (file_exists($DOCUMENT_ROOT."/includes/footer_destinations.php")) { include_once($DOCUMENT_ROOT."/includes/footer_destinations.php"); } else { header("location: /error.php"); } ?>