From 6bce7a912717b35436c695c4e518cf40cb8f0f8b Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sat, 30 Nov 2024 17:47:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20|=20Restore=20les=20preview=20en?= =?UTF-8?q?=20liste=20dans=20les=20categories,=20tag=20&=20recherche?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- php/category.php | 2 +- php/search.php | 2 +- php/tag.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/php/category.php b/php/category.php index af829b7..4aaff1a 100755 --- a/php/category.php +++ b/php/category.php @@ -6,7 +6,7 @@ echo $category->name(); ?> -
+
type() != "sticky") : ?>
diff --git a/php/search.php b/php/search.php index 5f7a0bf..f82791e 100644 --- a/php/search.php +++ b/php/search.php @@ -5,7 +5,7 @@ echo "Recherche pour « " . $title[1] . " »"; ?> -
+
type() != "sticky") : ?>
diff --git a/php/tag.php b/php/tag.php index 52170fe..4c91638 100644 --- a/php/tag.php +++ b/php/tag.php @@ -6,7 +6,7 @@ echo "Article avec le tag « " . $tag->name() . " »"; ?> -
+
type() != "sticky") : ?>