diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index 43af4f8f1c0..725d60b8041 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -120,6 +120,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) @@ -132,6 +133,7 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is usele $i++; } print '
'; + print '
'; print '
'; print '
'; }