Empty page first

This commit is contained in:
Laurent Destailleur 2018-05-25 15:43:08 +02:00
parent 182abfdb5b
commit 10281169e6

View File

@ -174,7 +174,7 @@ class FormWebsite
$langs->load("admin");
$arrayofsamples=array('corporatehome'=>'CorporateHomePage', 'empty'=>'EmptyPage');
$arrayofsamples=array('empty'=>'EmptyPage', 'corporatehome'=>'CorporateHomePage');
$out = '';
$out .= '<select id="select'.$htmlname.'" class="flat selectTypeOfContainer" name="'.$htmlname.'"'.($moreattrib?' '.$moreattrib:'').'>';