| 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/sites/atlas/index/ |
Upload File : |
<?php
if (!empty($destinations)) { ?>
<section class="hot-deals cmn-section">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="title-main">
<h1 class="wow zoomIn" data-wow-duration="3s"><?php if(trim($this->homeContentdata['destinationTitle']!=="")){
echo $this->homeContentdata['destinationTitle'];
}?><sup>
<i class="fa fa-star" aria-hidden="true"></i> </sup>
</h1>
<div class="subtitle"> <?php if(trim($this->homeContentdata['destinationDescription']!=="")){
echo $this->homeContentdata['destinationDescription'];
}?></div>
</div>
</div>
</div>
<section id="demos">
<div class="">
<div class="loop2f owl-carousel owl-theme loopdots ">
<?php
?>
<?php foreach ($destinations as $key => $value) {
if ($value['Title'] == 'Cochin') {
$trendingCity = 'Kerala';
} elseif ($value['Title'] == 'Havelock Island') {
$trendingCity = 'Andaman and Nicobar islands';
} else {
$trendingCity = $value['Title'];
}
?>
<div class="item wow zoomIn" data-wow-duration="3s">
<div class="hotdeals-box2">
<!-- <div class="upper-caption">
<h4>BEST DEALS</h4>
</div>-->
<a href="<?php echo $baseUrl; ?>tour-destination/<?php echo strtolower(Catabatic_Helper::getSeoName($trendingCity)); ?>/">
<?php
if(file_exists('public/upload/' . $this->stylecss . '/destinations/' . $value['DesSysId'] . '/images/small/' . trim(trim($value['Image'])))){
// if (trim($value['Image']) != '') ?>
<picture>
<source media="(min-width:980px)" srcset="public/upload/<?php echo $this->stylecss; ?>/destinations/<?php echo $value['DesSysId']; ?>/images/small/<?php echo $value['Image'] ?>">
<source media="(min-width:400px)" srcset="public/upload/<?php echo $this->stylecss; ?>/destinations/<?php echo $value['DesSysId']; ?>/images/small/<?php echo $value['Image'] ?>">
<img loading="lazy" src="public/upload/<?php echo $this->stylecss; ?>/destinations/<?php echo $value['DesSysId']; ?>/images/small/<?php echo $value['Image'] ?>" title="" alt="destination image">
</picture>
<?php } else { ?>
<img loading="lazy" data-original="<?php echo $baseUrl; ?>public/images/noimageother.jpg" class="img-fluid theme-img" alt="<?php echo $trendingCity; ?>" src="<?php echo $baseUrl; ?>public/images/noimageother.jpg" title="" />
<?php } ?>
<div class="centered">
<span><?php echo ucwords(strtolower(substr($trendingCity, 0, 40))); ?></span>
</div>
</a>
<a href="<?php echo $baseUrl ?>tour-destination/<?php echo strtolower(Catabatic_Helper::getSeoName($trendingCity)); ?>/">
<!-- <div class="carousel-caption">
<strong>
INR 4500/-
</strong>
<p>Cost showing for per person</p> -->
<!-- <span><?php echo ucwords(strtolower(substr($trendingCity, 0, 40))); ?></span> -->
<!-- <span class="add-icon">
<i class="fa fa-angle-right" aria-hidden="true"></i>
</span> -->
<!-- </div> -->
</a>
</div>
</div>
<?php } ?>
</div>
</div>
</section>
</div>
</section>
<?php } ?>