﻿<!DOCTYPE html>
<html lang="en">
<head>
    <!-- Basic Page Needs -->
    <meta charset="utf-8" />
    <title><?php echo $title; ?></title>
    <meta name="description" content="<?php echo $description; ?>" />
    <meta name="author" content="Jaah" />

    <!-- Mobile Specific Metas -->
   <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />    
    
    <!-- styles -->
    <link href="<?php echo URL('assets/styles/bootstrap.min.css'); ?>" rel="stylesheet" />
    <link href="<?php echo URL('assets/styles/bootstrap-theme.min.css'); ?>" rel="stylesheet" />
    <link href="<?php echo URL('assets/styles/layout.css'); ?>" rel="stylesheet" />
    <link href="<?php echo URL('assets/styles/responsive.css'); ?>" rel="stylesheet" />
    <link href="<?php echo URL('assets/styles/user_change.css'); ?>" rel="stylesheet" />

    <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
    <!--[if lt IE 9]> <script src="assets/scripts/html5.js"></script> <![endif]-->

    <!-- Fav and touch icons -->
    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="<?php echo URL('assets/images/apple-touch-icon-144-precomposed.png'); ?>" />
    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="<?php echo URL('assets/images/apple-touch-icon-114-precomposed.png'); ?>" />
      <link rel="apple-touch-icon-precomposed" sizes="72x72" href="<?php echo URL('assets/images/apple-touch-icon-72-precomposed.png'); ?>" />
                    <link rel="apple-touch-icon-precomposed" href="<?php echo URL('assets/images/apple-touch-icon-57-precomposed.png'); ?>" />
                                   <link rel="shortcut icon" href="<?php echo URL('assets/images/favicon.png'); ?>" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body>

    <!-- HEADER ================================================== -->
    <header>
        <div class="container">
            <div class="row">
                <div class="col-sm-4">

                    <div class="callUsTop">
                        <h4>CALL US TODAY</h4>
                        <span>Lorem ipsum dolor sit saelas: <a href="tel:84868868888" title="(84) - 868 868 888">(84) - 868 868 888</a></span>
                    </div><!-- /callUsTop -->
                </div><!-- /col -->
                
                <div class="col-sm-8">
                    <div class="col-sm-8">
                        <div id="logo"><a href="#" title="Travel Booking"><img src="<?php echo URL('assets/images/logo.png'); ?>" alt="Travel Booking" /></a></div>
                    </div><!-- /col -->
                    <div class="col-sm-4 clearfix">
                        <div class="fRight pRev">
                            <div class="social clearfix">
                                <ul>
                                    <li><a class="rss" href="#">RSS</a></li>
                                    <li><a class="twitter" href="#">Twitter</a></li>
                                    <li><a class="facebook" href="#">Facebook</a></li>
                                </ul>
                            </div><!-- /topSocial -->
                            <form id="topSearch" class="clearfix" action="#" method="post" />
                                <input type="text" name="keyword" />
                                <input type="submit" name="submit" />
                            </form><!-- /topSearch -->
                        </div><!-- /fRight -->
                    </div><!-- /col -->
                </div><!-- /col -->
            </div><!-- /row -->
        </div><!-- /container -->
    </header><!-- /header -->
    
    
    <!-- MAIN MENU ================================================== -->
    <div class="mainMenuContainer">
        <div class="container">
            <div class="row">
                <div class="col-sm-12">
                    <div class="mainMenu clearfix">
                        <em class="mobDropdown"></em>
                        <ul>
                            <li class="active"><a href="<?php echo URL('/'); ?>" title="Home">Home</a></li>
                            <li><a href="<?php echo URL('best-maldives-luxury-resorts'); ?>" title="Hotels">Luxury Resorts</a></li>
                            <li><a href="<?php echo URL('best-maldives-affordable-resorts'); ?>" title="Holidays">Budget Resorts</a></li>
                            <li><a href="<?php echo URL('best-maldives-special-offers'); ?>" title="Flights">Special Offers</a></li>
                            <li><a href="#" title="Aviation">Aviation</a></li>
                            <li><a href="#" title="Cruise">Cruising</a></li>
                            <li><a href="<?php echo URL('contactus'); ?>" title="Cars">Contact Us</a></li>
                            <li><a href="<?php echo URL('aboutus'); ?>" title="Vacations">About Us</a></li>
                        </ul>
                    </div><!-- /mainMenu -->
                </div><!-- /col -->
            </div><!-- /row -->
        </div><!-- /container -->
    </div><!-- /mainMenuContainer -->
    