diff --git a/categories.php b/categories.php index e575ab8..b0191ff 100644 --- a/categories.php +++ b/categories.php @@ -212,10 +212,18 @@ function formatDate($dateString) { - <?php echo $category ? $category['name'] : 'Catégories'; ?> - Kaubuntu.re + <?php echo $category ? htmlspecialchars($category['name']) . ' - ' : 'Catégories - '; ?>Kaubuntu.re + + + + + + + +
diff --git a/img/android-chrome-192x192.png b/img/android-chrome-192x192.png new file mode 100644 index 0000000..5789823 Binary files /dev/null and b/img/android-chrome-192x192.png differ diff --git a/img/android-chrome-512x512.png b/img/android-chrome-512x512.png new file mode 100644 index 0000000..aad5969 Binary files /dev/null and b/img/android-chrome-512x512.png differ diff --git a/img/apple-touch-icon.png b/img/apple-touch-icon.png new file mode 100644 index 0000000..05be99a Binary files /dev/null and b/img/apple-touch-icon.png differ diff --git a/img/favicon-16x16.png b/img/favicon-16x16.png new file mode 100644 index 0000000..16db99d Binary files /dev/null and b/img/favicon-16x16.png differ diff --git a/img/favicon-32x32.png b/img/favicon-32x32.png new file mode 100644 index 0000000..cd55cd5 Binary files /dev/null and b/img/favicon-32x32.png differ diff --git a/img/favicon.ico b/img/favicon.ico new file mode 100644 index 0000000..c7e1a6e Binary files /dev/null and b/img/favicon.ico differ diff --git a/index.php b/index.php index dc2542a..5f89a46 100644 --- a/index.php +++ b/index.php @@ -7,6 +7,14 @@ + + + + + + + + Mentions Légales - Kaubuntu.re + + + + + + + + - Recherche: <?php echo $query; ?> - Kaubuntu.re + <?php echo !empty($query) ? 'Recherche: ' . htmlspecialchars($query) . ' - ' : 'Recherche - '; ?>Kaubuntu.re + + + + + + + +
diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..40ddada --- /dev/null +++ b/site.webmanifest @@ -0,0 +1 @@ +{"name":"kaubuntu.re","short_name":"kaubuntu.re","icons":[{"src":"img/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"img/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/video.php b/video.php index 2d59d6f..9f9230b 100644 --- a/video.php +++ b/video.php @@ -106,6 +106,14 @@ if (empty($videoData) || isset($videoData['error'])) { + + + + + + + +