From 263c455457920e7c650332fb83a79c2bab634e82 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 12 Feb 2024 11:11:14 +0000 Subject: [PATCH] more consistent use of q parameter --- ext/home/theme.php | 1 + ext/index/theme.php | 1 + ext/random_list/theme.php | 1 + ext/view/theme.php | 3 ++- themes/danbooru/index.theme.php | 1 + themes/danbooru2/index.theme.php | 1 + themes/danbooru2/view.theme.php | 1 + 7 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ext/home/theme.php b/ext/home/theme.php index 7d279d5c..574e7eb4 100644 --- a/ext/home/theme.php +++ b/ext/home/theme.php @@ -39,6 +39,7 @@ EOD diff --git a/ext/index/theme.php b/ext/index/theme.php index 35460378..94761dda 100644 --- a/ext/index/theme.php +++ b/ext/index/theme.php @@ -91,6 +91,7 @@ and of course start organising your images :-) $h_search = "

+
"; diff --git a/ext/random_list/theme.php b/ext/random_list/theme.php index 5cc19d81..a16eeae4 100644 --- a/ext/random_list/theme.php +++ b/ext/random_list/theme.php @@ -53,6 +53,7 @@ class RandomListTheme extends Themelet $h_search = "

+
"; diff --git a/ext/view/theme.php b/ext/view/theme.php index c375b6e0..800ef830 100644 --- a/ext/view/theme.php +++ b/ext/view/theme.php @@ -98,7 +98,8 @@ class ViewPostTheme extends Themelet { $h_pin = $this->build_pin($image); $h_search = " -

+

+

diff --git a/themes/danbooru/index.theme.php b/themes/danbooru/index.theme.php index 9afcacf2..8bbe2317 100644 --- a/themes/danbooru/index.theme.php +++ b/themes/danbooru/index.theme.php @@ -51,6 +51,7 @@ class CustomIndexTheme extends IndexTheme return "

+
"; diff --git a/themes/danbooru2/index.theme.php b/themes/danbooru2/index.theme.php index 4f5b1067..52993984 100644 --- a/themes/danbooru2/index.theme.php +++ b/themes/danbooru2/index.theme.php @@ -36,6 +36,7 @@ class CustomIndexTheme extends IndexTheme

+
"; } diff --git a/themes/danbooru2/view.theme.php b/themes/danbooru2/view.theme.php index bd737a90..8e97ba5e 100644 --- a/themes/danbooru2/view.theme.php +++ b/themes/danbooru2/view.theme.php @@ -74,6 +74,7 @@ class CustomViewPostTheme extends ViewPostTheme
+
";