From 2859db6e84fd04eecfb8150633e42953315bcf45 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Thu, 24 Oct 2013 18:27:22 +0100 Subject: [PATCH] Always include search in browse --- wp-fdroid/wp-fdroid.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/wp-fdroid/wp-fdroid.php b/wp-fdroid/wp-fdroid.php index eb9cc10e..3d606d70 100644 --- a/wp-fdroid/wp-fdroid.php +++ b/wp-fdroid/wp-fdroid.php @@ -97,13 +97,11 @@ class FDroid if($query_vars['fdid']!==null) { $out.=$this->get_app($query_vars); } else { - if($query_vars['fdfilter'] !== null) { - $out.='
'; - $out.='

'; - $out.='

'; - $out.=$this->makeformdata($query_vars); - $out.='
'."\n"; - } + $out.='
'; + $out.='

'; + $out.='

'; + $out.=$this->makeformdata($query_vars); + $out.='
'."\n"; $out.=$this->get_apps($query_vars); } -- 2.30.2