prepare("SELECT * FROM about_content WHERE status = 'active' ORDER BY sort_order ASC"); $stmt->execute(); $aboutSections = $stmt->fetchAll(PDO::FETCH_ASSOC); // Sanitize description to allow safe HTML (assumes CKEditor outputs safe HTML) foreach ($aboutSections as &$section) { $section['description'] = $section['description']; } include 'header.php'; include 'navbar.php'; ?>