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
/
kds
/
views
/
Upload File:
files >> /var/www/kds/views/privacy-policy.php
<?php $activePage = 'privacy-policy'; // Default fallback values $pageTitle = "Shoe Cleaning Services in Delhi | Mochi Wale"; $pageDescription = "Get premium shoe cleaning, protection, and recoloring services by Mochi Wale. Book pickup today!"; $pageKeywords = "shoe cleaning, leather care, shoe protection, shoe recoloring, Delhi, Mochi Wale"; // Fetch SEO data from DB including page_content $stmt = $db->prepare("SELECT seo_title, seo_keywords, seo_description, page_content FROM pages WHERE page_name = ?"); $stmt->execute([$activePage]); $data = $stmt->fetch(PDO::FETCH_ASSOC); if ($data) { $pageTitle = $data['seo_title'] ?: $pageTitle; $pageKeywords = $data['seo_keywords'] ?: $pageKeywords; $pageDescription = $data['seo_description'] ?: $pageDescription; $pageContent = $data['page_content'] ?? ''; } else { $pageContent = ''; } require 'views/layout/header.php'; ?> <?php require 'views/layout/hero.php'; ?> <div class="container mt-5"> <?= $pageContent ?> </div> <?php require 'views/layout/enquiry-modal.php'; ?> <?php require 'views/layout/call.php'; ?> <?php require 'views/layout/footer.php'; ?>