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
@@ -38,7 +38,7 @@ if ($resultsCount > 0) {
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><?php echo !empty($query) ? 'Recherche: ' . htmlspecialchars($query) . ' - ' : 'Recherche - '; ?>Kaubuntu.re</title>
<title><?php echo !empty($query) ? 'Recherche: ' . htmlspecialchars($query) . ' - ' : 'Recherche - '; ?>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">
@@ -61,7 +61,7 @@ if ($resultsCount > 0) {
<div class="video-section search-page" data-search-query="<?php echo htmlspecialchars($query); ?>">
<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>
<?php if (!empty($query)): ?>
<?php if ($isTagSearch): ?>