typo
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user