Add option MAIN_DISABLE_DOLISTORE_SEARCH

This commit is contained in:
Laurent Destailleur
2017-08-22 14:55:01 +02:00
parent 42666a0146
commit a5d210195c

View File

@@ -830,7 +830,7 @@ if ($mode == 'marketplace')
print '<br>';
if ($conf->global->MAIN_FEATURES_LEVEL >= 1)
if (empty($conf->global->MAIN_DISABLE_DOLISTORE_SEARCH) && $conf->global->MAIN_FEATURES_LEVEL >= 1)
{
print '<span class="opacitymedium">'.$langs->trans('DOLISTOREdescriptionLong').'</span>';