| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/b2c.hellogtx.com/application/layouts/template7/ |
Upload File : |
<?php
$object = Zend_Controller_Front::getInstance();
$options = $object->getParam('bootstrap')->getOption('bootstrap');
$baseUrl = $options['siteUrl'];
$siteName = $options['siteName'];
$stylecss = $options['stylecss'];
$tollfreenumber = $options['tollfreenumber'];
$getTemplateId = isset($options["TemplateType"]) ? $options["TemplateType"] : 0;
$whatsappnumber = $options['whatsappnumber'];
$modulename = $object->getRequest()->getModuleName();
if ($getTemplateId == 7) {
$cssfolder = 'template7';
}
$controller = $object->getRequest()->getControllerName();
$action = $object->getRequest()->getActionName();
$actionArray = array(
'modulename' => $modulename,
'controller' => $controller,
'action' => $action,
);
define('CONST_PACKAGE_TRAVELER_MAX_ROOM', $options['CONST_PACKAGE_TRAVELER_MAX_ROOM']);
define('CONST_PACKAGE_TRAVELER_MAX_ADULT_IN_ROOM', $options['CONST_PACKAGE_TRAVELER_MAX_ADULT_IN_ROOM']);
define('CONST_PACKAGE_TRAVELER_MAX_CHILD_IN_ROOM', $options['CONST_PACKAGE_TRAVELER_MAX_CHILD_IN_ROOM']);
define('CONST_PACKAGE_TRAVELER_MAX_INFANT_IN_ROOM', $options['CONST_PACKAGE_TRAVELER_MAX_INFANT_IN_ROOM']);
$mydevice = Zend_Controller_Action_HelperBroker::getStaticHelper('General')->getDevice();
$getMypopCookie = Zend_Controller_Action_HelperBroker::getStaticHelper('General')->getMypopCookie('MyCookies'); // get the popup sessions
$contactDetail = Zend_Controller_Action_HelperBroker::getStaticHelper('Custom')->getContactDetailForFooter();
$tollfreenumber = ($contactDetail['phone']) ? $contactDetail['phone'] : $tollfreenumber;
$whatsappnumber = ($contactDetail['whatsapp_no']) ? $contactDetail['whatsapp_no'] : $whatsappnumber;
$countrycode = (isset($getMypopCookie['countrycode']) && $getMypopCookie['countrycode'] != '') ? $getMypopCookie['countrycode'] : '+91';
$getCountryFlag = Zend_Controller_Action_HelperBroker::getStaticHelper('General')->getCountryCodeData($countrycode);
$session = new Zend_Session_Namespace('User');
$cssversion = 3.9;
$commonBoxVal_ = Zend_Controller_Action_HelperBroker::getStaticHelper('custom')->getCommonBoxVal();
$home_script = (isset($commonBoxVal_['home_content_script']) && trim($commonBoxVal_['home_content_script']) != '') ? $commonBoxVal_['home_content_script'] : '';
$headerScript1 = (isset($commonBoxVal_['common_content_header_1']) && trim($commonBoxVal_['common_content_header_1']) != '') ? $commonBoxVal_['common_content_header_1'] : '';
$headerScript2 = (isset($commonBoxVal_['common_content_header_2']) && trim($commonBoxVal_['common_content_header_2']) != '') ? $commonBoxVal_['common_content_header_2'] : '';
$headerScript3 = (isset($commonBoxVal_['common_content_header_3']) && trim($commonBoxVal_['common_content_header_3']) != '') ? $commonBoxVal_['common_content_header_3'] : '';
$footerScript1 = (isset($commonBoxVal_['common_content_footer_1']) && trim($commonBoxVal_['common_content_footer_1']) != '') ? $commonBoxVal_['common_content_footer_1'] : '';
$footerScript2 = (isset($commonBoxVal_['common_content_footer_2']) && trim($commonBoxVal_['common_content_footer_2']) != '') ? $commonBoxVal_['common_content_footer_2'] : '';
$footerScript3 = (isset($commonBoxVal_['common_content_footer_3']) && trim($commonBoxVal_['common_content_footer_3']) != '') ? $commonBoxVal_['common_content_footer_3'] : '';
//
$services = Zend_Controller_Action_HelperBroker::getStaticHelper('Custom')->selectServicesHeader();
// echo"<pre>"; print_r($services);die();
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="shortcut icon" href="<?php echo $baseUrl ?>public/upload/<?php echo $stylecss ?>/images/favicon.ico ">
<?php
$commonmetaTitle = (isset($commonBoxVal_['metaTitle']) && trim($commonBoxVal_['metaTitle']) != '') ? trim($commonBoxVal_['metaTitle']) : $siteName;
$commonmetaKeyword = (isset($commonBoxVal_['Keyword']) && trim($commonBoxVal_['Keyword']) != '') ? trim($commonBoxVal_['Keyword']) : $siteName;
$commonmetaDescription = (isset($commonBoxVal_['Description']) && trim($commonBoxVal_['Description']) != '') ? trim($commonBoxVal_['Description']) : $siteName;
$detailLayout = $this->detailLayout;
$metaTitle = (isset($detailLayout['metaTitle']) && trim($detailLayout['metaTitle']) != '') ? $detailLayout['metaTitle'] : $commonmetaTitle;
$metaKeyword = (isset($detailLayout['Keyword']) && trim($detailLayout['Keyword']) != '') ? $detailLayout['Keyword'] : $commonmetaKeyword;
$metaDescription = (isset($detailLayout['Description']) && trim($detailLayout['Description']) != '') ? $detailLayout['Description'] : $commonmetaDescription;
$metaImage = (isset($detailLayout['metaImage']) && trim($detailLayout['metaImage']) != '') ? $detailLayout['metaImage'] : $baseUrl . 'public/upload/' . $stylecss . '/images/ftr-logo.png';
?>
<meta name="image" content="<?php echo $metaImage; ?>">
<title><?php echo $metaTitle; ?></title>
<meta name="description" content="<?php echo $metaDescription; ?>" />
<meta name="keywords" content="<?php echo $metaKeyword; ?>" />
<meta name="author" content="<?php echo $siteName; ?>">
<meta property="og:title" content="<?php echo $metaTitle; ?> " />
<meta property="og:description" content="<?php echo $metaDescription; ?>" />
<meta property="og:type" content="website" />
<meta property="og:url" content="<?php echo $options['websiteUrl'] . $_SERVER['REQUEST_URI']; ?>" />
<meta property="og:image" content="<?php echo $metaImage; ?>" />
<meta name="image" content="<?php echo $metaImage; ?>">
<meta property="og:site_name" content="<?php echo $metaTitle; ?>" />
<!-- Schema.org for Google -->
<meta itemprop="name" content="<?php echo $metaTitle; ?>">
<meta itemprop="description" content="<?php echo $metaDescription; ?>">
<meta itemprop="image" content="<?php echo $metaImage; ?>">
<!-- TWITTER -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="<?php echo $metaTitle; ?>">
<meta name="twitter:description" content="<?php echo $metaDescription; ?> ">
<meta name="author" content="<?php echo $siteName; ?> ">
<meta name="robots" content="index, follow" />
<meta name="language" content="English">
<link rel="alternate" href="<?php echo $options['websiteUrl'] . $_SERVER['REQUEST_URI']; ?>" hreflang="en-us" />
<link rel="canonical" href="<?php echo $options['websiteUrl'] . $_SERVER['REQUEST_URI']; ?>" />
<meta name="image" content="<?php echo $metaImage; ?>">
<?php if (($modulename == 'default') && ($controller == 'index')) { ?>
<?php echo $home_script; ?>
<?php } ?>
<?php
echo $headerScript1;
echo $headerScript2;
echo $headerScript3;
?>
<base href="<?php echo Catabatic_Helper::getSiteUrl(); ?>" />
<link rel="stylesheet" type="text/css" href="<?php echo $baseUrl; ?>public/template7/assets/css/flaticon.css">
<link rel="stylesheet" href="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss ?>/assets/style.css" type="text/css" media="all">
<!-- Font Styles -->
<link rel="stylesheet" href="<?php echo $baseUrl; ?>public/template7/assets/css/font-awesome.css" type="text/css" media="all">
<link rel="stylesheet" href="<?php echo $baseUrl; ?>public/template7/assets/fonts/fonts.css" type="text/css" media="all">
<?php if ($stylecss == 'krishnatravelss' ) { ?>
<link rel="stylesheet" type="text/css" href="<?php echo $baseUrl ?>public/upload/<?php echo $stylecss ?>/css/style.css?v=<?= $cssversion ?>">
<?php } ?>
<link rel="stylesheet" href="public/template7/countrycode/style.css">
<style>
.mobile-footer-menus {
display: none;
}
</style>
<script>
var SITEURL = '<?php echo $baseUrl ?>';
var stylecss = '<?php echo $stylecss ?>';
var appmode = '<?php echo $options['appmode'] ?>';
var UserLogin = '<?php (isset($session->session) && !empty($session->session)) ? true : false ?>';
var actionArray = '<?php echo json_encode($actionArray) ?>';
var dvc = '<?php echo ($mydevice == "mobile") ? "m" : "d" ?>';
</script>
<script type="text/javascript">
var CONST_PACKAGE_TRAVELER_MAX_ROOM = '<?php echo CONST_PACKAGE_TRAVELER_MAX_ROOM ?>';
var CONST_PACKAGE_TRAVELER_MAX_ADULT_IN_ROOM = '<?php echo CONST_PACKAGE_TRAVELER_MAX_ADULT_IN_ROOM ?>';
var CONST_PACKAGE_TRAVELER_MAX_CHILD_IN_ROOM = '<?php echo CONST_PACKAGE_TRAVELER_MAX_CHILD_IN_ROOM ?>';
var CONST_PACKAGE_TRAVELER_MAX_INFANT_IN_ROOM = '<?php echo CONST_PACKAGE_TRAVELER_MAX_INFANT_IN_ROOM ?>';
var HOTEL_CATEGORY = {
"Budget": [1],
"Standard": [2],
"Deluxe": [3],
"Luxury": [4],
"Premium": [5]
};
</script>
<script type="text/javascript">
$(function () {
$('#trending-domestic-deals-krishna').owlCarousel({
nav: true,
dots: true,
loop: true,
mouseDrag: true,
autoplay: true,
autoplayTimeout: 5000,
autoplayHoverPause: true,
responsiveClass: true,
margin: 30,
responsive: {
0: {
items: 1
},
768: {
items: 1
},
1200: {
items: 4
}
}
});
});
</script>
</head>
<body ng-app="Farohar">
<?php if($stylecss == 'travobox'){ ?>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NK2WDF2"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<?php } ?>
<div id="page">
<?php
$data = [
'baseUrl' => $baseUrl, 'AgencySysId' => $options['gtxagencysysid'], 'modulename' => $modulename,
'CONST_PACKAGE_TRAVELER_MAX_ROOM' => CONST_PACKAGE_TRAVELER_MAX_ROOM,
'CONST_PACKAGE_TRAVELER_MAX_ADULT_IN_ROOM' => CONST_PACKAGE_TRAVELER_MAX_ADULT_IN_ROOM,
'CONST_PACKAGE_TRAVELER_MAX_CHILD_IN_ROOM' => CONST_PACKAGE_TRAVELER_MAX_CHILD_IN_ROOM,
'CONST_PACKAGE_TRAVELER_MAX_INFANT_IN_ROOM' => CONST_PACKAGE_TRAVELER_MAX_INFANT_IN_ROOM,
'POPUPCOOKIES' => $getMypopCookie,
'tollfreenumber' => $tollfreenumber
];
require_once(APPLICATION_PATH . '/sites/' . $stylecss . '/layouts/header.phtml');
echo $this->partial('models/modal-enquiry.phtml', ['baseUrl' => $baseUrl, 'siteName' => $siteName, 'tollfreenumber' => $tollfreenumber, 'POPUPCOOKIESENQUIRY' => $getMypopCookie]);
echo $this->partial('models/modal-signin.phtml', ['baseUrl' => $baseUrl]);
if (($modulename == 'tours') && ($controller == 'package') && ($action == 'index')) {
echo $this->partial('models/modal-checkrate-enquiry.phtml', $data);
}
if (($modulename == 'detail') && ($controller == 'index') && ($action == 'index')) {
echo $this->partial('models/modal-checkrate-enquiry.phtml', $data);
}
if ($stylecss == 'cheapmyflight') {
echo $this->partial('models/modal-enquiry-details.phtml', ['baseUrl' => $baseUrl,'siteName' => $siteName, 'tollfreenumber' => $tollfreenumber, 'POPUPCOOKIESENQUIRY' => $getMypopCookie,'services'=>$services]);
}
?>
<?php
echo $this->layout()->content;
require_once(APPLICATION_PATH . '/sites/' . $stylecss . '/layouts/footer.phtml');
?>
</div>
<script type="text/javascript" src="<?php echo $baseUrl; ?>public/template7/assets/js/jquery.min.js"></script>
<script type="text/javascript" src="<?php echo $baseUrl; ?>public/template7/assets/js/popper.min.js"></script>
<script type="text/javascript" src="<?php echo $baseUrl; ?>public/template7/assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="<?php echo $baseUrl; ?>public/template7/assets/js/flight.js"></script>
<script type="text/javascript" src="<?php echo $baseUrl; ?>public/template7/assets/js/jquery-ui.js"></script>
<script src="<?php echo $baseUrl; ?>public/template7/assets/js/owl.carousel.min.js"></script>
<script type="text/javascript" src="public/assets/js/select2.full.min.js?v=<?= $cssversion ?>"></script>
<script src="public/template7/countrycode/script.js?rv=1144"></script>
<script type="text/javascript" src="public/js/custom.js?v=<?= $cssversion ?>"></script>
<script type="text/javascript" src="<?php echo $baseUrl; ?>public/template7/assets/js/customjs.js"></script>
<script type="text/javascript" src="<?php echo $baseUrl; ?>public/template7/js/login.js"></script>
<script type="text/javascript" src="public/js/layoutScript.js?v=<?= $cssversion ?>"></script>
</body>
<?php
echo $seoFContent = (isset($detailLayout['seoFcontent']) && $detailLayout['seoFcontent'] != '') ? $detailLayout['seoFcontent'] : '';
?>
<?php
echo $footerScript1;
echo $footerScript2;
echo $footerScript3;
?>
<script>
$('#myModa1packageRateEnquiry').on('shown.bs.modal', function () {
const captcha = document.getElementById('captcha_two');
if (captcha) {
captcha.src = '<?php echo $baseUrl; ?>public/captcha/captcha.php?' + Date.now();
}
});
$('#myModa1Enquiry').on('shown.bs.modal', function () {
const captcha = document.getElementById('captcha_three');
if (captcha) {
captcha.src = '<?php echo $baseUrl; ?>public/captcha/captcha.php?' + Date.now();
}
});
</script>
</html>