403Webshell
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/uatb2c.hellogtx.com/application/layouts/template8/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/uatb2c.hellogtx.com/application/layouts/template8/layout.phtml
<?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 href="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss ?>/css/bootstrap.min.css" rel="stylesheet" type="text/css">
    <link href="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss ?>/css/style.css" rel="stylesheet" type="text/css">
    <link href="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss ?>/css/owl.carousel.min.css" rel="stylesheet" type="text/css">
    <link href="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss ?>/css/owl.theme.default.min.css" rel="stylesheet" type="text/css">
    <link href='https://fonts.googleapis.com/css?family=Muli' rel='stylesheet'>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.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>

</head>

<body ng-app="Farohar">

        <?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');

        ?>

    <script src="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss ?>/js/jquery.js"></script>
    <script src="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss ?>/js/bootstrap.min.js"></script>
    <script src="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss ?>/js/owl.carousel.min.js"></script>

    <script>
        $(function() {
            $('#featured-slides').owlCarousel({
                nav: false,
                dots: true,
                loop: false,
                mouseDrag: true,
                autoplay: true,
                autoplayTimeout: 5000,
                autoplayHoverPause: true,
                responsiveClass: true,
                margin: 30,
                responsive: {
                    0: {
                        items: 1
                    },
                    768: {
                        items: 1
                    },
                    1200: {
                        items: 1
                    }
                }
            });
        });
        $(function() {
            $('#enjoy').owlCarousel({
                nav: false,
                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
                    }
                }
            });
        });
        $(function() {
            $('#trending-international-destination').owlCarousel({
                nav: false,
                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: 5
                    }
                }
            });
        });
        $(function() {
            $('#trending-domestic-destination').owlCarousel({
                nav: false,
                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: 5
                    }
                }
            });
        });
        $(function() {
            $('#trending-travel-deal').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
                    }
                }
            });
        });
        $(function() {
            $('#success').owlCarousel({
                nav: false,
                dots: false,
                loop: true,
                mouseDrag: true,
                autoplay: true,
                autoplayTimeout: 5000,
                autoplayHoverPause: true,
                responsiveClass: true,
                margin: 30,
                responsive: {
                    0: {
                        items: 2
                    },
                    768: {
                        items: 2
                    },
                    1200: {
                        items: 4
                    }
                }
            });
        });
        $(function() {
            $('#coaches').owlCarousel({
                nav: false,
                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
                    }
                }
            });
        });
        $(function() {
            $('#our-clients').owlCarousel({
                nav: true,
                dots: true,
                loop: true,
                mouseDrag: true,
                autoplay: true,
                autoplayTimeout: 5000,
                autoplayHoverPause: true,
                responsiveClass: true,
                margin: 30,
                responsive: {
                    0: {
                        items: 2
                    },
                    768: {
                        items: 2
                    },
                    1200: {
                        items: 6
                    }
                }
            });
        });

        $(function() {
            $('#videos').owlCarousel({
                nav: false,
                dots: false,
                loop: true,
                mouseDrag: true,
                autoplay: true,
                autoplayTimeout: 5000,
                autoplayHoverPause: true,
                responsiveClass: true,
                margin: 30,
                responsive: {
                    0: {
                        items: 1
                    },
                    768: {
                        items: 1
                    },
                    1200: {
                        items: 1
                    }
                }
            });
        });
    </script>
    <script>
        if ($(window).innerWidth() < 992) {
            $(document).ready(function() {
                $('.footer-nav-title').next('.links').css('display', 'none');
                $('.footer-nav-title').click(function() {
                    $(this).next('.links').slideToggle();
                    $(this).toggleClass('footer-nav-toggle');
                });
            });
        }
    </script>


</body>


<?php
echo $seoFContent = (isset($detailLayout['seoFcontent']) && $detailLayout['seoFcontent'] != '') ? $detailLayout['seoFcontent'] : '';
?>
<?php
echo $footerScript1;
echo $footerScript2;
echo $footerScript3;
?>

</html>

Youez - 2016 - github.com/yon3zu
LinuXploit