From ee21415c6c83ab0f45cce432936f77c736e0ae99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Thu, 24 Oct 2019 23:12:16 +0200 Subject: [PATCH] Update index.php --- htdocs/projet/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/projet/index.php b/htdocs/projet/index.php index 734af5cb7ff..2297f8856a4 100644 --- a/htdocs/projet/index.php +++ b/htdocs/projet/index.php @@ -139,6 +139,7 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is usele { print '
'; print ''; + print '
'; print ''; $i=0; foreach($listofsearchfields as $key => $value) @@ -151,6 +152,7 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is usele $i++; } print '
'; + print '
'; print '
'; print '
'; }