[ Root System Explorer ]
Location:
Root
/
home
/
u784288082
/
domains
/
drankurarya.com
/
public_html
/
component
+ Folder
+ File
Upload
Editing: testimonial.php
<!-- Testimonial Section --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"> <div class="aon-med-testimonial-area sf-curve-pos bg-light-gray py-20" style="background-image: url(images/doctor/testimonial.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; position: relative;"> <div class="container"> <!-- Section Header --> <div class="section-head center mb-5" style="background-color: white; border-radius: 50px; padding: 11px;"> <span class="aon-sub-title luxury-subtitle">Testimonials</span> <h2 class="aon-title luxury-title">What Our Patients Say</h2> <p class="luxury-desc"> Thoughtful words from people who entrusted us with their health. </p> </div> <div class="swiper testimonial-swiper" style="width: 606px;"> <div class="swiper-wrapper"> <?php $qry = "SELECT * FROM testimonial WHERE status = 1 ORDER BY id DESC"; $res = mysqli_query($conn, $qry); while ($row = mysqli_fetch_assoc($res)) { $initial = strtoupper(substr($row['name'], 0, 1)); ?> <div class="swiper-slide"> <div class="testimonial-card-luxury"> <div class="quote-mark">“</div> <div class="testimonial-avatar-luxury"> <img src="images/google_logo.png" alt="google_logo"> </div> <p class="testimonial-text-luxury"> <?= htmlspecialchars($row['comment']) ?> </p> <div class="luxury-divider"></div> <h4 class="testimonial-name-luxury"> <?= htmlspecialchars($row['name']) ?> </h4> <div class="testimonial-stars-luxury"> ★★★★☆ </div> </div> </div> <?php } ?> </div> </div> </div> </div> <!-- Testimonial Section End --> <!-- Testimonial --> <script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script> <script> const swiper = new Swiper('.testimonial-swiper', { effect: 'cube', grabCursor: true, loop: true, autoplay: { delay: 3000, disableOnInteraction: false, }, cubeEffect: { shadow: true, slideShadows: true, shadowOffset: 20, shadowScale: 0.94, }, }); </script>
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 faq.php
FILE
Ren
[EDIT]
DEL
📄 footer_stickey.php
FILE
Ren
[EDIT]
DEL
📄 testimonial.php
FILE
Ren
[EDIT]
DEL
📄 why_book.php
FILE
Ren
[EDIT]
DEL