BLACKSITE
:
216.73.216.62
:
147.93.18.13 / vinyasaweddings.com
:
Linux srv667811 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64
:
/
var
/
www
/
mochiwale
/
views
/
layout
/
Upload File:
files >> /var/www/mochiwale/views/layout/brands.php
<?php require_once 'config/config.php'; ?> <?php require_once __DIR__ . '/../../db.php'; $stmt = $db->query("SELECT * FROM clients WHERE status = 'active' ORDER BY id DESC"); $banners = $stmt->fetchAll(PDO::FETCH_ASSOC); ?> <div class="brands-section py-5" style="background-color: var(--gray);"> <div class="container"> <div class="section-header text-center mb-5"> <h2 class="section-title">We Restore All Luxury Brands</h2> <p class="section-subtitle">Trusted by the world's finest footwear and leather goods brands</p> </div> <div class="owl-carousel brands-carousel"> <?php foreach ($banners as $client): ?> <div class="brand-logo-item text-center"> <img src="<?= BASE_URL ?>/uploads/clients/<?= htmlspecialchars($client['image']) ?>" alt="<?= htmlspecialchars($client['title']) ?>" style="max-height: 100px; max-width: 100%;"> </div> <?php endforeach; ?> </div> </div> </div>