query("SELECT * FROM theme_settings WHERE id=1");
$settings = $stmt->fetch(PDO::FETCH_ASSOC);
} catch (Exception $e) { $settings = []; }
// Dynamic Variables
$site_title = !empty($settings['site_title']) ? $settings['site_title'] : 'SejiStore';
$admin_email = !empty($settings['contact_email']) ? $settings['contact_email'] : 'support@sejistore.com';
$admin_phone = !empty($settings['whatsapp_number']) ? $settings['whatsapp_number'] : '';
// --- 3. SEO SETUP ---
$page_title = "Help Center";
// Include Header
include 'includes/header.php';
?>
How can we help you?
Select a category to find the help you need.
We are available 24/7 to help you with your queries.
Or email us at: = htmlspecialchars($admin_email) ?>