Fixing style errors.
This commit is contained in:
parent
40b20d510d
commit
7f6cb24909
@ -2163,8 +2163,8 @@ $domainname = '0.0.0.0:8080';
|
|||||||
$tempdir = $conf->website->dir_output.'/'.$websitekey.'/';
|
$tempdir = $conf->website->dir_output.'/'.$websitekey.'/';
|
||||||
|
|
||||||
// Confirm generation of website sitemaps
|
// Confirm generation of website sitemaps
|
||||||
if($action == 'confirmgeneratesitemaps'){
|
if ($action == 'confirmgeneratesitemaps'){
|
||||||
$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?website='.$website->ref, $langs->trans('ConfirmSitemapsCreation'), $langs->trans('ConfirmGenerateSitemaps', $object->ref),'generatesitemaps', '', "yes", 1);
|
$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?website='.$website->ref, $langs->trans('ConfirmSitemapsCreation'), $langs->trans('ConfirmGenerateSitemaps', $object->ref), 'generatesitemaps', '', "yes", 1);
|
||||||
$action = 'preview';
|
$action = 'preview';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user