| 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/sites/tripstring/index/ |
Upload File : |
<?php
?>
<section class="hot-deals">
<?php if (!empty($this->resultsetTheme)) { ?>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="title-main">
<h2 class="wow zoomIn" data-wow-duration="3s">
<?php if(trim($this->homeContentdata['themeTitle']!=="")){
echo $this->homeContentdata['themeTitle'];
}
?></h2>
</div>
<div class="subtitle"><?php if(trim($this->homeContentdata['themeDescription']!=="")){
echo $this->homeContentdata['themeDescription'];
}
?></div>
</div>
</div>
<section id="demos">
<div class="">
<div class="looptheme owl-carousel owl-theme loopdots">
<?php
?>
<?php foreach ($this->resultsetTheme as $thKey => $thVal) {
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-box">
<!-- <div class="upper-caption">
<h4>BEST DEALS</h4>
</div>-->
<a href="<?php echo $baseUrl; ?>tour-destination/category/<?php echo Catabatic_Helper::getSeoName($thVal['Title']); ?>">
<?php if (trim($thVal['image']) != '') { ?>
<picture>
<source media="(min-width:980px)" srcset="public/upload/<?php echo $this->stylecss; ?>/pack/<?php echo $thVal['packType']; ?>/images/large/<?php echo $thVal['image'] ?>">
<source media="(min-width:400px)" srcset="public/upload/<?php echo $this->stylecss; ?>/pack/<?php echo $thVal['packType']; ?>/images/medium/<?php echo $thVal['image'] ?>">
<img loading="lazy" src="<?php echo $baseUrl; ?>public/upload/<?php echo $this->stylecss; ?>/pack/<?php echo $thVal['packType']; ?>/images/small/<?php echo $thVal['image'] ?>" title="<?php echo $thVal['Title'] ?>" alt="<?php echo $thVal['Title'] ?>">
</picture>
<?php } else { ?>
<img loading="lazy" data-original="<?php echo $baseUrl; ?>public/images/noimageother.jpg" class="img-fluid theme-img" alt="<?php echo $thVal['Title']; ?>" src="<?php echo $baseUrl; ?>public/images/noimageother.jpg" title="" />
<?php } ?>
</a>
<a href="<?php echo $baseUrl; ?>tour-destination/category/<?php echo Catabatic_Helper::getSeoName($thVal['Title']); ?>">
<div class="carousel-caption">
<!-- <span>--><?php //echo ucwords(strtolower(substr($trendingCity, 0, 40)));
?>
<!--</span>-->
<span><?php echo $thVal['Title']; ?></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>
<?php } ?>
</section>