You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
542 B
20 lines
542 B
<?php
|
|
|
|
/**
|
|
*
|
|
* @package templates/default
|
|
*/
|
|
|
|
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
|
|
?>
|
|
<form id="s1-input-form" method="post" class="content-form" autocomplete="off" >
|
|
<div class="main-form-content" >
|
|
<?php
|
|
dupxTplRender('pages-parts/step1/info');
|
|
dupxTplRender('pages-parts/step1/base-setup');
|
|
dupxTplRender('pages-parts/step1/options');
|
|
dupxTplRender('parts/validation/validate-area');
|
|
?>
|
|
</div>
|
|
<?php dupxTplRender('pages-parts/step1/actions-part'); ?>
|
|
</form>
|