This commit is contained in:
2025-04-11 06:27:03 +04:00
parent e0b02289e5
commit 136c8dee76
11 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ if ($categoryId && isset($allCategories[$categoryId])) {
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><?php echo htmlspecialchars($categoryName); ?> - Kaubuntu.re</title>
<title><?php echo htmlspecialchars($categoryName); ?> - kaubuntu.re</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
@@ -50,7 +50,7 @@ if ($categoryId && isset($allCategories[$categoryId])) {
<div class="video-section category-page" data-category-id="<?php echo $categoryId; ?>">
<div class="section-header">
<div class="section-logo">
<img src="img/logo.png" alt="Kaubuntu.re">
<img src="img/logo.png" alt="kaubuntu.re">
</div>
<h2 class="section-title">Catégorie : <?php echo htmlspecialchars($categoryName); ?></h2>
</div>