Empty page first
This commit is contained in:
parent
182abfdb5b
commit
10281169e6
@ -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:'').'>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user