Server IP : 103.53.40.154 / Your IP : 3.135.194.138 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/leatheroncall.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- Begin Slider Area --> <div class="slider-area"> <div class="slider-active slider-active-2 owl-carousel"> <!-- Begin Single Slide Area --> <?php $sqlsl = "SELECT * FROM `tbl_slider`"; $runsl = mysqli_query($db,$sqlsl) or die("Query Not run"); while($datasl = mysqli_fetch_assoc($runsl)){ ?> <div class="single-slide align-center animation-style-01 bg-3"> <div class="slider-progress"></div> <div class="container"> <div class="slider-content-2"> <!--<h3>Power of Luxury</h3>--> <h2 style="font-weight: 900; text-transform: capitalize; color: #fff;"><?php echo $datasl['title']?></h2> <!--<div class="slider-icon">--> <!-- <img class="img-slide" src="images/slider/slider-icon-1.png" alt="Leather On Call">--> <!--</div>--> <p><?php echo $datasl['line']?></p> <div class="default-btn-2 slide-btn"> <!--<a class="links links-4" href="#">Shop</a>--> <a class="links links-4 links-4_2" href="<?php echo $wspath?>product.html">Products</a> </div> </div> </div> </div> <?php } ?> <!-- Single Slide Area End Here --> <!-- Begin Single Slide Area --> <!--<div class="single-slide align-center animation-style-02 bg-4">--> <!-- <div class="slider-progress"></div>--> <!-- <div class="container">--> <!-- <div class="slider-content-2 slider-content-2_1">--> <!-- <h3>Leather Bags And Belts</h3>--> <!-- <h1 style="font-size:30px"></h1> --> <!-- <div class="slider-icon">--> <!-- <img class="img-slide" src="images/slider/slider-icon-2.png" alt="">--> <!-- </div>--> <!-- <p>"Crafted for Confidence: Step up your accessory game with our stylish leather wallets and belts.</p>--> <!-- <div class="default-btn-2 slide-btn">--> <!-- <a class="links links-4" href="#">Shop</a>--> <!-- <a class="links links-4 links-4_2" href="#">Products</a>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!--</div>--> <!-- Single Slide Area End Here --> </div> </div> <!-- Slider Area End Here -->