Exemplo n.º 1
0
     <div class="step-line"></div>
 </div>
 <div class="booking-main-wrapper">
     <div class="booking-main">
         <?php if ($reservations_status == 1) { ?>
         <h4 class="title-style4">Reservation Completed<span class="title-block"></span></h4>
         <p>Details of your reservation have just been sent to you in a confirmation email, we look
             forward to seeing you soon. In the meantime if you have any questions feel free to
             contact us.</p>
         <?php } else { ?>
             <h4 class="title-style4">Transaction Unsuccessful<span class="title-block"></span></h4>
             <p>please try again.</p>
         <?php } ?>
         <ul class="contact_details_list contact_details_list_dark">
             <li class="phone_list"><strong>Phone: </strong>
                 <?php if($hotels->hotelPhone()!= ""){
                         echo $hotels->hotelPhone();
                     }else{
                         echo '+94 (0) 777 555 832';
                     }
                 ?>
             </li>
             <li class="email_list"><strong>Email:</strong>
                 <?php if($hotels->hotelEmail()!= ""){
                         echo $hotels->hotelEmail();
                     }else{
                         echo '*****@*****.**';
                     }
                 ?>
             </li>
         </ul>