| 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/indoasiaholidays.com/application/views/scripts/index/ |
Upload File : |
<?php
$baseUrl = $this->baseUrl;
$getStaticPage = $this->getStaticPage;
$finalDestinationAll = $this->finalDestinationAll;
//echo "<pre>";print_r($getStaticPage);die;
?>
<style type="text/css">
.wpb_wrapper { overflow: hidden !important}
</style>
<?php if(count($finalDestinationAll)) {
$m = 1;
foreach ( $finalDestinationAll as $key => $value) {
if($m > 9){
// echo "<pre>";print_r($value);die;
$checkIsExist = $value['Image'];
?>
<input type="hidden" value="<?php echo $checkIsExist;?>">
<div class="col-md-4">
<div class="tour-package-main">
<div class="tour-package-In">
<div class="tour-package-In-content">
<span class="titlename"><?php echo $value['Label'];?></span>
<!--<span class="titleholidays">Holidays</span>-->
<?php if(isset($value['startingPrice']) && ($value['startingPrice']!='') && ($value['startingPrice']!=0)){ ?>
<br />
starting @ Rs.<?php echo isset($value['startingPrice']) ? $value['startingPrice'] : '';?>*
<?php } ?>
</div>
<div class="tour-package-booknow">
<a class="booknowBtn" href="<?php echo $baseUrl?>holidays/<?php echo strtolower(Catabatic_Helper::getSeoName($value['Countries']))?>/<?php echo (strtolower(Catabatic_Helper::getSeoName($value['Title'])))?>-tour-packages">Book Now</a>
</div>
</div>
<a href="<?php echo $baseUrl?>holidays/<?php echo strtolower(Catabatic_Helper::getSeoName($value['Countries']))?>/<?php echo (strtolower(Catabatic_Helper::getSeoName($value['Title'])))?>-tour-packages">
<?php if(file_exists($checkIsExist) ){ ?>
<img src="<?php echo $checkIsExist;?>" alt="" title="" class="imgbotindex">
<?php }else{ ?>
<img src="public/images/icon-destination.jpg" class="imgbotindex" style="height:275.41px !important;">
<?php } ?>
</a>
</div>
</div>
<?php } $m++; } } ?>