/
home
/
u775757334
/
domains
/
civicwelllife.com
/
public_html
/
include
/
/home/u775757334/domains/civicwelllife.com/public_html/include
mkdir
upload
Name
Size
Mode
Actions
about1.php
1746
0644
edit
dl
rm
about2.php
3128
0644
edit
dl
rm
blog-section.php
8307
0644
edit
dl
rm
category-list.php
5334
0644
edit
dl
rm
category-wise-product.php
4868
0644
edit
dl
rm
category.php
2107
0644
edit
dl
rm
client-section.php
2156
0644
edit
dl
rm
cta-banner.php
405
0644
edit
dl
rm
cta-section-1.php
1180
0644
edit
dl
rm
cta-section.php
1165
0644
edit
dl
rm
customer-menu.php
382
0644
edit
dl
rm
day-offer.php
13055
0644
edit
dl
rm
doctor-menu.php
1478
0644
edit
dl
rm
footer-file.php
1779
0644
edit
dl
rm
footer-tab.php
1928
0644
edit
dl
rm
footer.php
11953
0644
edit
dl
rm
header-file.php
658
0644
edit
dl
rm
header-top.php
4157
0644
edit
dl
rm
header.php
19312
0644
edit
dl
rm
impact-section.php
2841
0644
edit
dl
rm
mobile-category.php
1292
0644
edit
dl
rm
mobile-menu.php
8536
0644
edit
dl
rm
model.php
49991
0644
edit
dl
rm
offer.php
2821
0644
edit
dl
rm
product-slide.php
7439
0644
edit
dl
rm
related-product.php
11034
0644
edit
dl
rm
shopping-cart.php
1938
0644
edit
dl
rm
slider.php
2252
0644
edit
dl
rm
testimonial.php
2023
0644
edit
dl
rm
trust-section.php
3902
0644
edit
dl
rm
video-section.php
4045
0644
edit
dl
rm
yt-section.php
4945
0644
edit
dl
rm
Edit:
/home/u775757334/domains/civicwelllife.com/public_html/include/testimonial.php
(2023B)
<section class="flat-spacing-4"> <div class="container"> <div class="flat-title wow fadeInUp" data-wow-delay="0s"> <span class="title">What Our Client Says</span> <!-- <p class="sub-title">Beat the Heat in Style: It's time to stock up on summer essentials!</p> --> </div> <div class="wrap-carousel"> <div dir="ltr" class="swiper tf-sw-testimonial" data-preview="3" data-tablet="2" data-mobile="1" data-space-lg="30" data-space-md="15"> <div class="swiper-wrapper"> <?php $sql = mysqli_query($conn, "select * from $tblTestimonial ") or die(mysqli_error($conn)); while ($row = mysqli_fetch_assoc($sql)) { ?> <div class="swiper-slide"> <div class="testimonial-item style-column shadow-sm mb-1 wow fadeInUp" data-wow-delay="0s"> <div class="rating"> <i class="icon-start"></i> <i class="icon-start"></i> <i class="icon-start"></i> <i class="icon-start"></i> <i class="icon-start"></i> </div> <div class="text"><?= $row['description'] ?> </div> <div class="author"> <div class="name"><?= $row['name'] ?></div> <div class="metas"><?= $row['post'] ?></div> </div> </div> </div> <?php } ?> </div> </div> <div class="sw-dots style-2 sw-pagination-testimonial justify-content-center"></div> </div> </div> </section>
Save
cmd:
run